Skip to content
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

Failed to switch page url with language switcher #2926

Closed
tarikkavaz opened this issue Apr 19, 2024 · 1 comment
Closed

Failed to switch page url with language switcher #2926

tarikkavaz opened this issue Apr 19, 2024 · 1 comment

Comments

@tarikkavaz
Copy link

tarikkavaz commented Apr 19, 2024

Environment

  • Operating System: Darwin
  • Node Version: v18.17.0
  • Nuxt Version: 3.11.2
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.6
  • Package Manager: [email protected]
  • Builder: -
  • User Config: devtools, css, postcss, modules, experimental, i18n
  • Runtime Modules: @nuxtjs/[email protected]
  • Build Modules: -

Reproduction

https://stackblitz.com/edit/github-qi7g6c

Describe the bug

here is a demo on vercel https://multilang-nuxt3.vercel.app/en/about
when I click on switch path to Français (fr) the patch should be https://multilang-nuxt3.vercel.app/fr/a-propos
but it doesn't
the same code works on stackblitz

Additional context

No response

Logs

No response

@BobbieGoede
Copy link
Collaborator

You can fix this by removing lockfiles and reinstalling dependencies, this is caused by having [email protected] installed which contains a breaking change and has been reverted in [email protected].

Related #2920, #2924

@BobbieGoede BobbieGoede closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants