You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: