Express sending assets with wrong MIME type

前端 未结 3 883
旧巷少年郎
旧巷少年郎 2021-01-16 01:24

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         


        
3条回答
  •  暖寄归人
    2021-01-16 01:36

    You get this message also when the response status in 404 Not Found, so check carefully that the files actually exist from Network tab.

    Network tab:

    Console tab:

    See a similar issue here: https://stackoverflow.com/a/48792698/258772

提交回复
热议问题