`rss.xml` Error 1101
trying to access: https://baae285e.test-ef9.pages.dev/rss.xml
But get strange issue, can someone help?
4 Replies
what does your Function do?
what's the code? Have you tried to debug?
Yes have tried to debug. But it's kinda hard if I can't see the internal error.
so basicly it is just running react dom to return rss in xml format. using https://docs.astro.build/en/guides/rss/
Astro Documentation
Add an RSS feed
Add an RSS feed to your Astro site to let users subscribe to your content.
it also works in using advanced mode with
_worker
, but does not work with the functions mode
found the issue.. apparently it was calling next(request)
instead of env.ASSETS.fetch(request)
. Not sure why so.