Nuxt

N

Nuxt

Nuxt Community Chat Server

Join

Table not showing all pages until sorting

I have a UTable that doesn't properly show all available pages. However once I sort by some column they appear? https://pastes.dev/z6ksxXfEia https://pastes.dev/hMMq0MoDx7...

NuxtUI Pro license for open source project.

I would like to create a open source project with nuxt ui pro. Im wondering what tier of license would i have to get? Because solo is listed for one developer and startup is listed for 5.

Layout With Nested Page Panel on the Right

Hi everyone! I’m building an app in Nuxt 3 with a layout like this (see image attached). Sometimes (based on the route), I want to show a nested page panel on the right of the main page, without replacing it. Use case:...
No description

I want to ignore the generation of certain files when generating

I refer to information found that nitro. Hooks. Prerender: generate I found this really works, he is not generated file, but the page logic is performed, is there any way to make logical page does not perform?

I want to ignore the generation of certain files when generating

I looked up information and found that there is nitro.prerender.ignore, but it does not support wildcards [for example: /game-detail/* and /game-detail/[gameid]], and only supports the full path /home. Are there any other ways to achieve it?

Nitro tasks error handling

I have a logic that runs in a nitro task. If there's an error, how do I display something to the user? the task is scheduled background task. How can I display errors from it on the UI?

Single Nitro task instance

I have a nitro task which I run every minute that performs some complex logic. I want to make sure there is only one instance running at a time, e.g if the task is running and a minute is passed by, nuxt will trigger another task, which I need to return immediately as there is another active task. If there are no active task - then it should run...

Help with sidebase nuxt-auth failing to implement HttpOnly refresh token

Hi, has anyone used sidebase authentication library (nuxt-auth) with local provider? I implemented the /login and /session successfully but I am failing to implement the /refresh token functionality. My API issues a HttpOnly refresh_token, it gets stored in cookie. I manage to call manually the refresh-token endpoint and get an updated access token but I get the ongoing /session request update the Bearer token thus after a few request it starts failing since the access token expiers. ```js...

Same path nested routes question

I have the routing setup as screenshotted below. [gameId].vue is a layout that contains 2 tabs: overview.vue and versions.vue. The versions page has links to individual versions, which are in the version/[version]/index.vue route....
No description

defineNuxtRouteMiddleware in definePageMeta

Why can't I use defineNuxtRouteMiddleware in a definePageMeta ? Don't give me the alternatives I know about it, I want to do specifically that...

Problems with Google Bot

Our company webpage was built with Nuxt 3.17.4 + Storyblok and deployed with Vercel. Since the begining of the year we started having problems with Google Crawler. For context: 1. All pages are marked as indexed, however, using Google Search Console to analyse what Google Crawler indexes, we found out that most of the pages show an empty body. Meaning that <div id="__nuxt"></div> is empty. 2. This happens randomly, the same page can sometimes render correctly, other times doesn't show any content at all....

.nuxt/eslint.config.mjs not available in CI

When I install my project in Github actions (npm ci) and want to run npm run lint with @nuxt/eslint it fails because .nuxt/eslint.config.mjs is not available. What am I overlooking? Do I need to build the project to lint it?

How to check if the website implemented by my dev team is ISR or SSR or SSG?

Hey friends. My developers team optmised my website for high performance using ISR. But when I check dev tools its not showing any proof of it. ...
No description

Auto imports stopped working for components.

Been working on this code base for couple months now and suddenly today when I came on I noticed auto imports in <template> wasn't working. Usually restarting editor, or rm -rf node_modules .nuxt does the trick but this didn't work. I'm upgraded to the most recent version of nuxt. And typescript works fine in the <script lang="ts" setup> section....

Google OAuth URI

It seems that I have to manually go into the google cloud console and update my 'Authorized redirect URIs' every single time I make a new deployment!? Because Nuxthub and Vercel change the domain for each new deployment... There's got to be a better way!...

proxy images through server

In my current setup where on the app side the images are fetched directly from an external source, however, now I'd like to proxy the images through my server, and cache it in the server instead of sending a fetch request to the external source. here is my app side code code ``<LazyNuxtImg :src="api/image/${image_id}`" alt=""...

UTabs

How do I use different components for UTabs in Nuxt UI?

Follow-up: Request for Quotation – Nuxt UI Pro License & Figma Kit Pro

Hi Nuxt UI Team, I hope you're doing well. I'm following up to check if you've received my email regarding a Request for Quotation for the Nuxt UI Pro License and Figma Kit Pro. The email was sent from noppawong.so@baac.or.th....

@nuxt/turnstile module is acting differently in production

The @nuxt/turnstile module is working well on localhost but if i am using it in production , the tailwind css is not loading and working.