Replies: 1 comment
-
There's this part relevant here from the docs:
If you need additional redirects for Hope this helps! |
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.
-
Hi 👋 , I am just getting up and running, and I think I may have a misunderstanding about how subdomain redirects work.
Expected:
local.app.com
withAccept-Language: pt-BR;q=0.9
pt.local.app.com
Actual:
local.app.com
withAccept-Language: pt-BR;q=0.9
local.app.com
When I set localePrefix to
{ mode: 'always' }
, I get redirected properly, albeit prefix-based routingBeta Was this translation helpful? Give feedback.
All reactions