I have a Vue 2.0 app, no server side rendering. What I deploy to Azure App Service, I just upload the content of "dist" folder to "wwwroot" folder using FTP.
The home page loads fine, when I navigate through the pages using links, all pages loads fine. But when I hit refresh or go to a route directly by pasting the url into the address bar and hit enter. I got the following error:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
I use vue-router and webpack.