Vue script interpreted as html

Viewed 26

For some reason, when the application is deployed in production using vue, sometimes the script "chunk-vendors" or "app.js" are interpreted as html as you can see bellow here

But, sometimes, after refresh the page, the files are interpreted correctly. here

In another environment, staging or local, this problem dont happen, only in production.

The build phase for staging and production are the same.

Anyone already got this problem?

0 Answers
Related