Closed andrzejkupczyk closed 4 months ago
This is quite a strange bug, basically, the Nuxt Content integration is failing because the internal API call is failing for some reason.
I've pushed up some improvements so it can gracefully handle when these things fail instead of completely breaking.
You can try it out by deleting your lock file + node_modules and re-installing, this will use the latest nuxt robots version 4.0.2.
Let me know if you have any issues.
Works like a charm! Thank you so much for quickly looking into this, @harlan-zw. I didn’t find any issues anymore.
If you need my assistance in pinpointing the root cause on my end, just ping me.
Describe the bug
I wasn't sure whether to create an issue here or in the
@nuxtjs/robots
repo 😬I’ve been using
@nuxtjs/robots
3.0.0
so far but decided to switch to@nuxtjs/seo
2.0.0-rc.15
.Everything works perfectly fine in my local environment, but deploying to Vercel gives me this error:
Unfortunately, these errors prevents edge runtime to serve the site. What helped:
downgradingit didn't help 😓@nuxtjs/seo
to2.0.0-rc.12
@nuxtjs/robots
to3.0.0
(it helped with robots, but possibly introduced issues with sitemap)I tried to configure the module using both Robots.txt and Nuxt Config.
These findings suggest there may be an issue with the recent Robots version. I’m happy to provide more details if needed.
Reproduction
No response
System / Nuxt Info