vue-authentication-example icon indicating copy to clipboard operation
vue-authentication-example copied to clipboard

Page not found after refresh `/account` page.

Open kirillbaryba opened this issue 6 years ago • 1 comments

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

kirillbaryba avatar Jan 16 '20 13:01 kirillbaryba

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.

muabazalm avatar Feb 09 '20 07:02 muabazalm