[Vuejs]-Vue-router redirect to 404 on every request on server but in local everything works fine

-1👍

may one of this answer will help you.

Create a 404.html file with the same content of your index.html file ( in the public folder )

Set the vue router to hash mode ( use createWebHashHistory() not createWebHistory() )

Leave a comment