emosheeep / vite-plugin-virtual-mpa

Out-of-box MPA plugin for Vite, generate multiple entries using only one template.
https://stackblitz.com/~/github.com/emosheeep/vite-plugin-virtual-mpa
MIT License
116 stars 15 forks source link

配置了 `base` 参数,访问 `http://localhost:[port][base]` 时报错 `ERR_TOO_MANY_REDIRECTS` #33

Closed jiadesen closed 1 year ago

jiadesen commented 1 year ago

如题,重定向次数过多错误

emosheeep commented 1 year ago

看下你配置的redirect规则

jiadesen commented 1 year ago

history 指定 index 使其与 vite 服务保持一致就可以了,文档:https://github.com/bripkens/connect-history-api-fallback#index

jiadesen commented 1 year ago

看下你配置的redirect规则

没有配置

emosheeep commented 1 year ago

history 指定 index 就好啦,文档:https://github.com/bripkens/connect-history-api-fallback#index

强啊👍🏻