-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't navigate to page with defineI18nRoute(false)
#1889
Comments
This issue has been fixed. |
re-open, I've reverted this PR. |
Hi @kazupon! What is the current situation of this issue? Unfortunately, this bug disqualifies beta.13 for me 😔 |
Oops. I'll work on this issue! |
this is happening with me as well,. did you find any workaround? or is there any version that doesn't have this issue? |
@saifobeidat At this moment I use |
@lukaszflorczak |
Environment
Darwin
v19.6.1
3.2.2
2.2.2
[email protected]
vite
modules
,i18n
@nuxtjs/[email protected]
-
Reproduction
https://stackblitz.com/edit/nuxt-starter-c377bi?file=app.vue
Describe the bug
If the page component has
defineI18nRoute(false)
it is not possible to navigate to this page on the client side.I would expect that I can visit that page (URL has no lang prefix), and after returning to another (localized), I will still have the original language set.
The text was updated successfully, but these errors were encountered: