The <a> link in the <UPageCard /> has a tabindex="-1" when using the to="" prop
Nuxt4 tsconfig issues
NuxtLink not setting active class
/handbook/slug(.*)*
and a <NuxtLink to"/handbook">
in my page header
When I open /handbook
, the activeClass
is applied to the link but when I open any child page like /handbook/foo/bar
the link is not "active"
If I look at vue router docs, it looks like that feature is meant to work with routes with children but that is not how nuxt generates these routes....Needs help with better-auth intergration in Nuxt
better-auth
with Nuxtjs
and drizzle orm/sqlite
already? Especially with Google OAuth2.
I followed the official better-auth
’s guide for Nuxt already, but I still cannot implement the Google OAuth, it came with weird error likes HTTP 401
and stuffs....
Nuxt 4 - useFetch breaks when using the "default" option
``
const { data, pending, error } = await useFetch(
/api/${props.apiEndpoint}`, {
method: 'POST',...A page with multiple name
Nuxt auth middleware with better-auth library
[Solved] Nuxt Ui Pro Header moves out of viewport
Nuxt V4 typescript auto import composables from app/composables

i18n subdomain is not working
How to deploy a different stage for an app that uses the cloudflare-module preset?
npx wrangler deploy --env preview
the command fails with the following error message:
```
⛅️ wrangler 4.20.5 (update available 4.26.1)...callOnce issues
mode: "navigation"
. i looked at nuxt source and it hooks page:start
, which ive realized only happens when the page is "loaded/reloaded" you could say. it becomes especially noticeable when i figured out that that hook is only called when the app is rendered for the first time, or when nuxt returns from a recoverable error (which was not client side navigation). what can i do to make...What exactly does `nuxt update` do?
nuxi update
command vs just updating the reference in your package.json.
The real reason I ask is that I have a monorepo with multiple separate nuxt apps and I'd like to be able to leverage pnpm catalogs to keep dependencies in sync across the apps....I can't use definenuxtconfig hooks as shown in the docs
Proper way of typing
can i ask something about nuxt local layer ?
Using Prisma with Nuxt 4's new directory structure
'@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
'@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.

Structuring nuxt 3 to be modular
How to properly lazy load the nuxt-monaco-editor module?