-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does Nuxt Content display "content not found" after refreshing the page using F5, whereas it functions properly during the initial visit? #2378
Comments
also with warn: WARN [nuxt] Two component files resolving to the same name ProseCode: 13:58:41
|
if i set render mode to prerender, content not found too. |
I encountered the same issue in nuxt 3.8. After enabling document mode and refreshing the page, it shows "content not found". Clicking on the routes displays the content correctly, so it seems to be an issue with SSR (Server-Side Rendering). I had to roll back to nuxt 3.74 where everything works fine. |
I have no idea why the error happens, but sometimes you just need to remove the |
This is still broken. |
Jepp, still broken, but only after deploying the static site while in dev all works fine. Refreshing the page will suddenly show the content, but during routing it is not working |
Weirdly enough, I'm getting the opposite. Works on refresh but gives me a not found error on routing via NuxtLink |
Hello. Any update on this ? I m facing the exact same problem with nuxt 3 |
My middleware was blocking the request on the api/_content |
Thx devstack-be for the middleware hint! ^^ |
you're welcome ;) |
How to solve it? The ContentList of my development environment refreshes normally, and after deployment it refreshes |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Any news regarding this issue? |
Environment
Reproduction
just install @nuxt/content and use official template, set page to ssr.
Describe the bug
Nuxt Content display "content not found" after refreshing the page using F5, whereas it functions properly during the initial visit
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: