vue3-element-admin icon indicating copy to clipboard operation
vue3-element-admin copied to clipboard

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

Open ShamineDsouza opened this issue 1 year ago • 1 comments

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.

ShamineDsouza avatar Apr 29 '24 18:04 ShamineDsouza

Our project did not use keylock, it seems that your problem lies in the interaction between keylock and the project. You should check if there is a 404 issue with the route after refreshing.

AnAloneJaver avatar Sep 14 '24 02:09 AnAloneJaver