CreateWebHashHistory is not able to refresh and redirect the page when editing the path url from the browser #2255
Unanswered
Meng991003
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created my router with the below configuration.
It working fine when i using createWebHistory, but when I change it to use createWebHashHistory, the browser is not able to redirect and refresh properly.
For example, when i edit the path url to '/mo/eb-app-signin' should redirect user to '/mo/eb-app-signin/landing' which is the expected behaviour. However, when i using createWebHashHistory, the redirection is not able to happen.
Beta Was this translation helpful? Give feedback.
All reactions