-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
404 deployed on Vercel Edge #256
Comments
It seems that there are some presets with which sitemaps are not generated at all. in my case it is the
|
I've pushed up a fix for github_pages as I was able to reproduce the issue. I have my personal site on Vercel and it seems to be working fine, Vercel Edge may have some issues though, didn't attempt to replicate. |
I tried to debug this but I had no success, it looks like vercel is trying to serve a public file or something instead of hitting the server endpoint. There's no error logs though... For the time being I'm forcing the prerender of the sitemap for vercel edge |
Might need to do some rewrite magic... Should be an upstream Nitro bug though |
I am using this module
@nuxtjs/sitemap
version5.1.2
which works fine on localhost but unfortunately deployed to Vercel usingNITRO_PRESET=vercel_edge
is shows a 404. The 404 comes from Vercel itself, not from Nuxt./robots.txt
generated bynuxt-simple-robots
is available.The text was updated successfully, but these errors were encountered: