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
When implementing the "Wait for page transition" (so that messages are updated after page transition and not before), in a project with ssr: false and strategy: "prefix", the un-prefixed homepage isn't redirecting to the prefixed route (/en, etc..), leading to a 404 Page not found: / error.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
It needs to also check if the next route has i18n enabled or not. Currently, it seem to always set the locale based on the next route regardless if the next route has i18n or not
Environment
Reproduction
Stackblitz reproduction
To reproduce visit homepage without any prefix. You should get a 404 Page not found: /.
Project configuration:
Describe the bug
When implementing the "Wait for page transition" (so that messages are updated after page transition and not before), in a project with ssr: false and strategy: "prefix", the un-prefixed homepage isn't redirecting to the prefixed route (/en, etc..), leading to a 404 Page not found: / error.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: