Nuxt

N

Nuxt

Nuxt Community Chat Server

Join

Nuxt/ui-pro github repository access

I was removed from the repository even though I purchased a pro license because I didn't have two-factor authentication enabled. I have now enabled it - would someone be able to give me access to the repo again?

Logging server-side errors

Using Nuxt3/latest, I'm trying to understand how to forward server-side error logs to a third party (newrelic or rollbar, doesn't matter). Where is the best place to put this, is it a server middleware, a plugin with .server at the end, what should it be listening to? Thanks a lot!

GSAP Nuxt Module - Packages Installation Problem

Hello! I recently created the GSAP module that you can find here: https://github.com/LucaArgentieri/gsap-nuxt-module Now I would like to add the possibility of using the gsap club plugins for all users who have purchased the license and have the token. ...

How to edit with of nuxt ui navigation menu

```html <template> <div class="fixed top-0 left-0 z-50 px-2"> <div class="fixed top-0 left-0 shadow-lg w-full h-12"></div> <UNavigationMenu highlight :items="items" class="text-white">...

Loading with LazyComponent

There is a way to use this vue code? <Suspense> <template #default> <RouterView /> </template>...

build error

[ nuxi 03:54:50] ERROR Nuxt Build Error: [vite:vue] Could not load C:/Users/facun/OneDrive/Im\xE1genes/dialoge.pro/nodemodules/.pnpm/@nuxt+ui-pro@3.0.0@babel+p_feda10ab9a76a4fe03faa6b620efb943/node_modules/@nuxt/ui-pro/dist/runtime/components/prose/Pre.vue?vue&type=style&index=0&lang.css?inline&used: ENOENT: no such file or directory, open 'C:\Users\facun\OneDrive\Im\xE1genes\dialoge.pro\nodemodules.pnpm@nuxt+ui-pro@3.0.0@babel+p_feda10ab9a76a4fe03faa6b620efb943\node_modules@nuxt\ui-pr...

Nuxt open fetch issues

Hi! https://github.com/enkot/nuxt-open-fetch/issues/83 I spend multiple hours trying to figure out this issue. I have no idea why this library calculates different keys in server and browser resulting in fetching data multiple times. I tried removing entire autoKey feature etc, but I can't still make it work. Any ideas?...

I'm using nuxt-security but Cloudflare seems to ignoreing or overwriting it

I have nuxt-security and configure it in nuxt.config.ts like normal, and when i run curl -I localhost:3000 I see the headers I've set. All as expected, but when deploying on Cloudflare pages I see different headers, missing what I've set in nuxt.config. Any ideas?

nuxt/fonts not loading bold

The output from nuxt/fonts is: ```css @font-face { font-family: 'Switzer'; src: local("Switzer Regular"), local("Switzer"), url("/switzer-400.woff2") format(woff2);...
Solution:
Answer Please note that the local provider will only attempt to load styles and weights that were configured in the Font Options.

Help setting up nuxt ui with vue

im trying to use the nuxt-ui framework i am creating a vue app, adding ts and router then when I follow the installation guide at: https://ui.nuxt.com/getting-started/installation/vue it just doesnt work properly? for example my app JUST uses the button comp but it doesnt "work" i know tgat isnt helpful it just doesnt load like it should be...
No description

How to Use SSE for Real-Time Updates Across Multiple Stores in Nuxt 3 with Pinia

Hey everyone! I'm working on a Nuxt 3 project using Vue, Vuetify, and Pinia, and I’m implementing real-time updates with Server-Sent Events (SSE) as described in the Nitro WebSocket guide. I’ve successfully set up an SSE endpoint at /sse, and I can receive messages without any issues. However, I’m stuck on two points:...

NuxtUI Paginated UTable and Select All

I have a paginated table and in v2 I used to just enable select and the table component would handle it all and return the selected rows as well as remember which rows were selected. Now that I'm using v3, it appears that functionality no longer exists and needs to be self implemented. What is the best way to handle pagination and select all with the new UTable component?...

useFetch error payload is missing fields.

I have an expressjs backend api route returning error like res.stats(500).json({message: 'Unable to locate resource', redirectUrl: 'http://google.com'}) in NUXT3 page, I call this api as const { data: response, error } = await useFetch<any>('/api/v2/validate/', {...

Hello, need help with the repository nuxt/ui-pro

Hi, i just receive an email to inform me that i've been deleted from the nuxt org on GitHub because i don't have MFA. I've just configured it and i want to be added again. Someone from Nuxt can help with it ?...

Need an expert in supabase

HI all. I have a big issue where a user is being logged in with a different user credentials. I also posted it on github. But this doesnt bring me any further. Therefore i look for someone who can have a second look at my code. Against payment. To see if they can figure it out. Here is the github issue https://github.com/nuxt-modules/supabase/issues/481

resolveComponent not working as expected

``js const formatBlockName = (): string => { const type = props.data.blockType as string; const typeFormatted = type.slice(0, 1).toUpperCase() + type.slice(1); return Block${typeFormatted}`;...

NUXT server page navigateTo redirect

Hello! I have a Nuxt page in /pages directory. Say /buy/index.server.vue with content `<script setup lang="ts">...
No description

Wrapping NuxtLayout with App component in Nuxtv3

According to Nuxtv3 documentation, it is required to wrap my app with App component in order to use layered components like Toaster and Modal. This seems to be straightforward for apps without NuxtLayout but what is the right way to add App component for apps with NuxtLayout? ```vue <App> <NuxtLayout>...</NuxtLayout>...

cloudflare Workers All Error

website works on Localhost but not on Cloudflare I'm use betterauth. Source Code: https://github.com/Prestgg1/AzeScript...
No description

postcss error (tailwind)

Pre-transform error: [postcss] postcss-import: C:\Users\facun\OneDrive\Documentos\dialoge\node_modules\tailwindcss\lib\index.js:1:1: Unknown word "use strict" Plugin: vite:css File: C:/Users/facun/OneDrive/Documentos/dialoge/node_modules/tailwindcss/lib/index.js:1:0 1 | "use strict"; | ^...