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
while version 9.0.0-rc.2 correctly redirects / to /de when the accept-language header is set to de, with version 9.0.0 and 9.1.0 i am redirected to /en (which is the default locale)
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
repo: https://github.com/stefanprobst/issue-nuxt-i18n
pnpm install
pnpm build
pnpm start
curl http://localhost:3000 -H "accept-language: de" -i
response is:
with
@nuxtjs/i18n
version 9.0.0-rc-2 the response is (you can check out the "rc2" branch in the above repository):Describe the bug
while version 9.0.0-rc.2 correctly redirects
/
to/de
when theaccept-language
header is set tode
, with version 9.0.0 and 9.1.0 i am redirected to/en
(which is the default locale)Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: