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
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
vite:spa-fallback Not rewriting GET /comps/email.domain because the path includes a dot (.) character. +0ms
vite:time 2.54ms /comps/email.domain +0ms
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
In dev mode I have vite running at
localhost:5173
I had a react-router running with a dynamic url
This works fine. However F5 will lead to a 404. Removing the '.' from the user's email will make the error go away.
Reproduction
Install react-router
System Info
Used Package Manager
yarn
Logs
VITE v3.1.0 ready in 300 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
vite:spa-fallback Not rewriting GET /comps/email.domain because the path includes a dot (.) character. +0ms
vite:time 2.54ms /comps/email.domain +0ms
Validations
The text was updated successfully, but these errors were encountered: