EDIT I've have made the question simpler with an example app located here -> https://codesandbox.io/s/pensive-ellis-lguch?file=/pages/index.vue
Clicking on the login button correctly takes the app to the accountHandle
page. However why is the URL incorrect? The Url after clicking Login
will say --> Invalid. The correct URL should instead say ---> Valid.
Why is this happening?