Relative Content

Tag Archive for javascriptvue.jsvue-router

Vue Router: Automatically being redirected to root path of router upon page refresh

I have a problem in my Vue app where the router automatically redirects itself to the root of the current path. Say, I am on the path localhost:5000/new/123456 and when I refresh the page, I am redirected to localhost:5000/new/. This happens for all routes. I have another route on /active/ that is being redirected to if I refresh on /active/123456.