chenqingspring / vue-lottie

Render After Effects animations on Vue based on Bodymovin
MIT License
1.31k stars 281 forks source link

Nuxt 3 - Failed to load module script: #63

Open Teyz opened 2 years ago

Teyz commented 2 years ago

Hello there,

I have a problem using this module on a Nuxt 3 project. When I want to deploy my project on production with yarn generate on a VPS, I have this error :

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.

When I deploy my project on Netlify or on local I don't have this error.

Someone have an idea ?

vvnsrzn commented 2 years ago

Where did you try to deploy your nuxt3 app?