307 redirect for all _rsc requests #55415
Unanswered
landvibe
asked this question in
App Router
Replies: 1 comment
-
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

Uh oh!
There was an error while loading. Please reload this page.
-
We are adding a locale prefix to the URL for i18n purposes.
When navigating between pages, a 307 redirect is occurring for all _rsc requests.
For example, in the project below, if you create a page called "/test",
https://github.com/vercel/next.js/tree/canary/examples/app-dir-i18n-routing
and add go to test to the root page,
when you click the button, a request for /test?_rsc=8ndtn is made,
and a 307 redirect to /en/test occurs.
I'm wondering if this is the expected behavior when using i18n with the app router.
Beta Was this translation helpful? Give feedback.
All reactions