Netlify Site Name:
cluster-ds-club.netlify.app
Issue Description:
After the latest production deploy, I’m getting the following error in the browser console:
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.
The module script is not loading, and the application is not working as expected in production. When I try to open the script file URL directly in the browser, it tries to download the file instead of displaying the JS content.
Custom Domain / DNS Issues:
No custom domain — using the Netlify subdomain.
Build Settings Screenshot & Logs:
What I’ve Tried:
- Verified the issue appears only in production
- Confirmed the file works as expected locally
- Used Ask Netlify chatbot and reviewed support guides
Please help resolve this MIME type issue so the module script loads correctly.
Thank you!