[Vuejs]-Vue Router not working for root path ("/") when using Quasar SSR

0👍

My fault,
left of an "index.html" file inside of "public" folder after migrating from Vue.js CLI, while Quasar uses "index.template.html" inside of "src" folder.
So it has been served static by express server.

So solution is for sure deleting/renaming that "index.html" file.

Leave a comment