Replies: 1 comment
-
For anyone that comes across this in the future. My issue appears to have been somehow related to Vercel. I was doing some testing with deployments to AWS Lambda as well as Cloudflare workers and did not experience any content issues on either of those platforms. No changes other than the nuxt config nitro preset for each platform. I believe Vercel uses Cloudflare workers under the hood so not really sure what changes they've made that could break things. 🖖 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue on Vercel. On initial page load of a content page (SSR), everything works great. However, if I were to enter the site on the homepage (no nuxt content there) and then navigate to a page using nuxt/content, the server responds with a 404.
I've verified the files are present in the Vercel build, it just seems that they can't be accessed properly by the module or the server isn't correctly serving them for some reason.
No additional custom configurations for Nuxt or nuxt/content. No errors or anything, just a 404 on the content request to the server.
Server response:
Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions