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
[Vue Router warn]: No match found for location with path "/fr"
[Vue Router warn]: No match found for location with path "/es"
[Vue Router warn]: No match found for location with path "/fr/about"
[Vue Router warn]: No match found for location with path "/es/about"
[Vue Router warn]: No match found for location with path "/fr"
[Vue Router warn]: No match found for location with path "/es"
[Vue Router warn]: No match found for location with path "/fr/about"
[Vue Router warn]: No match found for location with path "/es/about"
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-7insz7
Describe the bug
I have 2 initial routes:
pages/index.vue
pages/about.vue
and 3 locales: en, fr, es
Using the option "prefix_except_default" I expect to get a new array of routes, as described in doc:
But new routes are not created
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: