Replies: 1 comment 2 replies
-
Your matcher is off. Please carefully go over the docs for I’ll move this to a discussion since it’s a usage question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I try to enter this kind of url : http://localhost:3000/test/test2/test3/test4/test5, my locale is not the one I have in my configuration
Navigation.ts
and finally my hierarchy follows this path

Am I missing somewhere ?
Mandatory reproduction URL
App router
Reproduction description
Just launch the app, getting components props gives "test" as locale
Expected behaviour
Locale should be 'fr' or 'nl'
Beta Was this translation helpful? Give feedback.
All reactions