I am using Vue router with history mode. On button click on the current page I route it to next page. On second page when i reload i get a 404. Is there a way to handle this in
you can use hash mode inested of history mode to resolve the problem on your router
let router = new Router({ mode: "hash", routes: [ { //and the urls with path on here ...