Using the /rss.xml/route.ts syntax returns 404 #51948
Unanswered
askides
asked this question in
App Router
Replies: 2 comments 1 reply
-
You should add the extension to folder name. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I know this post might be old, but I'm also facing this issue and haven't been able to solve it after a whole day. Did you eventually find the answer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm building an RSS Feed and a Sitemap.xml file for my app which is multi-tenant, but using the dot syntax with the extension (following the doc here: https://nextjs.org/docs/app/building-your-application/routing/router-handlers#non-ui-responses) the app return 404.
Instead, without extension everything works.
What it could be?
Version of Next.js: "13.4.7", using app router.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions