Closed exophunk closed 2 months ago
I fixed it and found another bug related to redirects when includeDefaultLocaleRoute was enabled. I fixed that too, please review.
Fixed 99%. Thank you
The issue persists for
<NuxtLink :to="$localeRoute('/page/id-123')"> Broken Link </NuxtLink>
everything else is fine. thank you!
Updated reproduction with 1.13.4: https://stackblitz.com/edit/nuxt-starter-gax6db?file=pages%2Findex.vue
fixed 100% :)
Reproduction: https://stackblitz.com/edit/nuxt-starter-zhtyjz?file=pages%2Findex.vue
Whenever I try to use a route with route parameters, it does not work when using with
$localeRoute()
. As far as tried, I could not use route parameters in any of those cases:[id]
for param$localeRoute
with named routes like{ name: 'page', params: { id: 'abc' }}
$localeRoute
with paths like/page/id-123
It throws an error saying the param is not found, like:
Missing required param "id"