Vue Router Refresh Issue
User http://ec2-51-20-60-238.eu-north-1.compute.amazonaws.com/frontend/register in vue routing its work but in page refresh its not work Assistant This issue occurs because Vue Router is handling the route client-side, but when you refresh the page, the browser makes a direct request to the server, which does not have a route defined for `/frontend/register`. ### **Solution** Since you are […]