Replies: 1 comment
-
|
Hi, please make a test project where I can reproduce and catch the bug. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have this setup in nuxt.config
Current behavior is that when no user-locale cookie is present yet, app correctly redirect user to CZ (/cs/ in URL) version
But when the user-locale cookie is already present with value "cs" no redirect to to /cs/ locale is made when entering "/" and also the getLocale() is returning "en". Is this correct behavior?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions