youlaitech / vue3-element-admin

🔥基于 vue3 + vite5 + typescript + element-plus 构建的后台管理前端模板(配套后端源码),vue-element-admin 的 vue3 版本。
https://vue3.youlai.tech
MIT License
1.3k stars 346 forks source link

Routing works , however url refresh , leads to 404, after deployment #76

Open ShamineDsouza opened 4 months ago

ShamineDsouza commented 4 months ago

This solution works perfectly in local environment . The issue starts after deployment , the login is using keycloak and it redirects perfectly . However , if the above url is refreshed manually , it crashes sending 404.

It works perfectly for routing in deployed version, however fails when and gives 404 , when same url refreshed.

I am logging in using keycloak login as soon as the web url is clicked

PLease help.