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
We have resolved this on backend, we have filter where we intercept the request and redirect it to home page. We have made it configurable.