Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing with special characters broken #8442

Closed
chamburr opened this issue Dec 4, 2020 · 2 comments
Closed

Routing with special characters broken #8442

chamburr opened this issue Dec 4, 2020 · 2 comments

Comments

@chamburr
Copy link

chamburr commented Dec 4, 2020

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

  • nuxt: 2.14.9
  • node: 15.3.0

Steps to reproduce

  1. Download the code sandbox template.
  2. Upgrade the Nuxt dependency to 2.14.9.
  3. Rename about.vue to @about.vue.
  4. Run yarn dev to start the server.
  5. Visit http://localhost:3000/@about in a browser.

What is expected?

The about page should properly show up.

What is actually happening?

A page not found error is returned.

pi0 added a commit that referenced this issue Dec 4, 2020
@pi0
Copy link
Member

pi0 commented Dec 7, 2020

Hi. Issue should be fixed by 2.14.10

@pi0 pi0 closed this as completed Dec 7, 2020
@ydnar
Copy link

ydnar commented Dec 7, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants