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
i'm building vue app using unplugin-vue-router.
the problem is occured if we had dynamic path containing symbol e.g user/test@test.com , this cause an error when we refreshing the page, it has no problem on the first redirect using spa.
i've open issue on posva/unplugin-vue-router#34 but it seems like the problem is on the vite site
vite:spa-fallback Rewriting GET / to /index.html +0ms
vite:time 15.48ms /index.html +0ms
vite:spa-fallback Not rewriting GET /manage-people/manage-user/user/detail/dummystaff%2540mail.com?tab=user because the path includes a dot (.) character. +40ms
vite:time 3.05ms /manage-people/manage-user/user/detail/dummystaff%2540mail.com?tab=user +27ms
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
i'm building vue app using unplugin-vue-router.
the problem is occured if we had dynamic path containing symbol e.g
user/test@test.com
, this cause an error when we refreshing the page, it has no problem on the first redirect using spa.i've open issue on posva/unplugin-vue-router#34 but it seems like the problem is on the vite site
Reproduction
https://github.com/zynth17/unplugin-vue-router-bug-dynamic-path
System Info
Used Package Manager
pnpm
Logs
vite:spa-fallback Rewriting GET / to /index.html +0ms
vite:time 15.48ms /index.html +0ms
vite:spa-fallback Not rewriting GET /manage-people/manage-user/user/detail/dummystaff%2540mail.com?tab=user because the path includes a dot (.) character. +40ms
vite:time 3.05ms /manage-people/manage-user/user/detail/dummystaff%2540mail.com?tab=user +27ms
Validations
The text was updated successfully, but these errors were encountered: