NuxtLink does not let me click
Nuxt & PostCss
$fetch and useFetch proxy request receive strange binary instead proper json+ld object

Using protobufs with Nuxt
Prerender static 404 page
Nuxt Dynamic Route Issue: ID Switching to 'preload.js.map' Unexpectedly
~/pages/explore/initiative/[id].vue
When I navigate to that page via NuxtLink, it seems to be making the request several times.
I added the following code to [id].vue
to verify if this is the case...Issue can't render other pages
WARN [nuxt] Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set
pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.
WARN [nuxt] Your project has pages but the <NuxtPage /> component has not been used. You might be using the <RouterView /> component instead, which will not work correctly in Nuxt. You can set
pages: false in nuxt.config if you do not wish to use the Nuxt vue-router integration.
New prerender errors
npm audit fix
to fix the build errors we were getting with our server not being able to find the right rollup version.
That helped, but then we started seeing some unusual prerender errors. They were [error] [nuxt] instance unavailable
and then Error: [500]
on the page it was trying to prerender. (See image for more of the logs.)
I reverted my changes and just updated rollup and am still seeing these errors. Any idea why a newer version of rollup would be causing this? If I remove our prerender options from the Nuxt config altogether, then that seems to solve it; however, for obvious reasons that's less than ideal....
How to check if request to API endpoint is internal or external?
/api
protected using nuxt-auth-utils
and a server middleware which uses requireUserSession()
for all routes under /api
. I wish to omit one of these routes from requiring a cookie (logged-in session) ONLY if the request is an internal request, that is, if it was made by either the server (nitro) or the client (nuxt). Is there a deterministic way of checking if a request is an internal request coming from within the app (nuxt and/or nitro)? I already searc...NuxtConfig path option
./configs/*.config.(ts,js,mjs)
. Can nuxt do that with a --config or --configPath option? I didn't find anything online. (Thank you for any reply's)MDC Prose components not rendering on deploy
Client side caching problem on srr
Generate assets images
nuxt generate
with ssr: true
to create a static site and I have images stored in the assets/images folder at the root of my project.
I’d like to define dynamic paths to these images in a composable. How can I configure this properly to make sure the images work correctly in production build?...Custom Loading Screen when the browser is still process rendering
Template within conditional appeared briefly
Custom validation message of FormKit inputs?
Custom Error Page in NuxtJS 3
not rerendering when changing ref value in async watcher
Error when implementing nuxtauth: [Vue Router warn]:No match found for location with path "/session"