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
if I config the base as a chinese string, such as /测试/, the url is parsed as https://xxx.com:443/测试, but in browser, there will be an error about url parse, like this
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
if I config the base as a chinese string, such as /测试/, the url is parsed as
https://xxx.com:443/测试
, but in browser, there will be an error about url parse, like thisReproduction
https://stackblitz.com/edit/vitejs-vite-iymbaj?file=vite.config.ts
Steps to reproduce
change the base config to '/测试/' , and refresh the page
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: