<NuxtPage /> not rendering dynamic pages in production (Vercel)
I'm working on a Nuxt 3 project (nuxt@3.17.4) deployed to Vercel. Everything works perfectly in local development: pages render correctly via , data loads, and routing behaves as expected.
However, in production, only the layout (header, footer) is visible, and seems to render nothing, as if no matching page is being resolved.
What I've tried:
Ensured the store contains valid data via logs.
Wrapped the carousel component in to avoid SSR hydration issues.
Cleaned and rebuilt with Node 20 (nvm use 20), as Vercel was previously using nodejs23.x.
Verified that all dynamic routes exist and work in development.
Any guidance would be greatly appreciated
i join pictures of my dev render, and prod.
However, in production, only the layout (header, footer) is visible, and seems to render nothing, as if no matching page is being resolved.
What I've tried:
Ensured the store contains valid data via logs.
Wrapped the carousel component in to avoid SSR hydration issues.
Cleaned and rebuilt with Node 20 (nvm use 20), as Vercel was previously using nodejs23.x.
Verified that all dynamic routes exist and work in development.
Any guidance would be greatly appreciated
i join pictures of my dev render, and prod.


