-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Vue-router's 404 error with chinese character in title #344
Comments
Although I can understand this problem, but can you add the content that you just deleted from the issue template ? |
Maybe related to #307 |
Happens here. Take an example, the file structure like this:
And README.md goes like this:
Then run these commands:
The server runs on port 8080. Open Here comes the issue: Replace Chinese character with English character: The issue is related to #307 indeed. |
Fixed at #473 |
The
HTML5 History mode
works well with full English url.However, the page will navigate to a
Vuepress 404 page
with chinese characters in url, if I refresh or enter some page.I have read docs in Vue-router's
HTML5 History mode
, and have set a simple catch-all fallback route using nginx.The text was updated successfully, but these errors were encountered: