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
Optional route params do not work, though it was reported #13846 .
Both the path /test/ and /u-author/tag/ return with 404 not found. While ~/pages/test/[[slug]].vue is supposed to enable optional params as the document says.
In file .nuxt/dist/server/server.mjs, the generated route is /test/:slug instead of the expected /test/:slug?:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
minimal reproduction: stackblitz.com
Describe the bug
Optional route params do not work, though it was reported #13846 .
Both the path
/test/
and/u-author/tag/
return with 404 not found. While~/pages/test/[[slug]].vue
is supposed to enable optional params as the document says.In file
.nuxt/dist/server/server.mjs
, the generated route is/test/:slug
instead of the expected/test/:slug?
:Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: