You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Honestly not entirely sure whether this is a bug as the documentation does not describe the intended behavior in a very clear way.. Will need to look into this further.
Environment
Reproduction
Describe the bug
Hi!
When using the
prefix_and_default
strategy and thedetectBrowserLanguage
option, the redirect logic is unclear.Current behavior:
site.com/
→ clickNL
→site.com/nl
→ change url manually tosite.com/
→ getsite.com/nl
What I expected from the parameter
alwaysRedirect: false
:site.com/
→ clickNL
→site.com/nl
→ change url manually tosite.com/
→ getsite.com/
Am I doing something wrong? Is there any way to fix this in nuxt.config.ts?
Additional context
Logs
No response
The text was updated successfully, but these errors were encountered: