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
Routing with special characters in the path is broken after a Nuxt upgrade from 2.14.7 to 2.14.9. Instead of properly displaying the page as it does in the previous version, a page not found error is returned.
I am unable to provide a code sandbox link because it does not accept special characters in file names.
Routing with special characters in the path is broken after a Nuxt upgrade from 2.14.7 to 2.14.9. Instead of properly displaying the page as it does in the previous version, a page not found error is returned.
I am unable to provide a code sandbox link because it does not accept special characters in file names.
Versions
Steps to reproduce
2.14.9
.about.vue
to@about.vue
.yarn dev
to start the server.What is expected?
The about page should properly show up.
What is actually happening?
A page not found error is returned.
The text was updated successfully, but these errors were encountered: