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
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
When the url has a path include
.
will get a 404 and no response to the page at all, as in the following two cases:http://localhost:3333/client/v1/v100
http://localhost:3333/client/v1/v1.0.0
vite.config.ts
Is it possible that this is a bug in the underlying devServer?
Reproduction
.
System Info
Used Package Manager
pnpm
Logs
Validations
The text was updated successfully, but these errors were encountered: