vue-authentication-example
vue-authentication-example copied to clipboard
Page not found after refresh `/account` page.
Hi, thanks for the sample code.
After authorization, when I refresh the /account page, I see that the page was not found. On the main page after updating the page, everything is fine with the application. So it should be?
https://vue-auth-example.netlify.com/account
Hi! That issue was already stated and solved here: https://router.vuejs.org/guide/essentials/history-mode.html#example-server-configurations That is actually vue-router thing. Just do some simple webserver configuration, then you will be good.