-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Browser return 404 when path includes .(dot) #5632
Comments
duplicate of #4344 I created a PR, but somehow got stuck, maybe I will try again |
@ygj6 Can you give me a status about your PR? I have the same problem. An uri like
I can also had that |
Sorry, this one doesn't have a high priority here and hasn't recently started working on it. |
Closing as duplicate of #4344 |
Describe the bug
vite crash with browser 404 when path includes .(dot) character.
Works with out dot
Crash with dot
It works well when I use vue-cli, so it looks a bug.
Reproduction
Repo is here
First, create a project with vue-cli.
At this time URL includes dots works well. (see this branch and access dot included URL like
localhost://hoge.baz
)After that, I migrate this project to vite. (see this branch)
Then I can not access dot included URL.
System Info
The text was updated successfully, but these errors were encountered: