-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
/en prefix bug does not allow parameters #578
Comments
Thanks for the report! This is already fixed in the 3.0 release candidate: #569 |
Thanks for responding more when trying to use the fixed version, I have error with "import Link from "next-intl/link"" |
Please carefully read through the release notes: https://next-intl-docs.vercel.app/blog/next-intl-3-0 |
Thanks @amannn |
→ Please refer to [the announcement](https://next-intl-docs.vercel.app/blog/next-intl-3-0) Fixes #488 Fixes #402 Fixes #578 --------- Co-authored-by: 汪心禾 <wangxinhe06@gmail.com> Co-authored-by: Tobias <tobi.l@posteo.at> Co-authored-by: Andres <CptCompiler@users.noreply.github.com> Co-authored-by: Andres <andres@21st.digital> Co-authored-by: narakhan <narakhan@users.noreply.github.com> Co-authored-by: Nicholas Mobbs <nick.mobbs@apporetum.dev> Co-authored-by: James Berry <69924001+jlalmes@users.noreply.github.com> Co-authored-by: Brendon Sled <brendon@tinyroar.com>
Description
When trying to access /en as parameters for example /en?source=google, it gives an error.
I've tried everything and I don't know how to solve this.
Mandatory reproduction URL (CodeSandbox or GitHub repository)
(exemple with bug)
https://codesandbox.io/p/sandbox/next-intl-bug-template-forked-yow8ep
Reproduction description
Steps to reproduce:
Expected behaviour
redirect to /?source=google or allow /en?source=google
The text was updated successfully, but these errors were encountered: