Using Express to serve a Vue.js webpack app, I am receiving the following error after deploy: Is my code for serving the app is the issue here?
app.use(helm
You get this message also when the response status in 404 Not Found, so check carefully that the files actually exist from Network tab.
404 Not Found
Network tab:
Console tab:
See a similar issue here: https://stackoverflow.com/a/48792698/258772