GET /cdn-cgi/scripts/rocket-loader.min.js-cb/cloudflare-static/rocket-loader.min.js net::ERR_ABORTED 404 (Not Found)
What is the issue you’re encountering
Rocket Loader causing 404 and MIME type errors for /cdn-cgi/scripts/rocket-loader.min.js, sometimes loading, sometimes failing.
What steps have you taken to resolve the issue?
Cleared Cloudflare cache, disabled and re-enabled Rocket Loader, cleared browser cache, tested in Development Mode, and tried accessing the script directly in the browser.
Same issue here! I have multiple domains on Cloudflare, and this error occurs sporadically.
The error is related to rocket-loader.min.js and email-decode.min.js:
Refused to execute script from '[mydomain]/cdn-cgi/scripts/email-decode.min.js-cb/cloudflare-static/email-decode.min.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Refused to execute script from '[mydomain]/cdn-cgi/scripts/rocket-loader.min.js-cb/cloudflare-static/rocket-loader.min.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Reloading the page with Shift+Ctrl+R temporarily resolves the issue, but it’s causing problems for our customers. Any insights on how to fix this permanently?
Same problem here since few days ago. I can’t understand why CF sometimes injects the js file from the “cdn-cgi/scripts/rocket-loader.min.js-cb/cloudflare-static” path instead of “cdn-cgi/scripts/7d0fa10a/cloudflare-static”.
I’m having this problem on free account. On PRO accounts, I apparently haven’t been able to identify the problem yet. I tried intercepting this wrong url and redirecting it to the correct url, via pagerule, but it didn’t work. Has anyone managed to do a workaround while Cloudflare doesn’t fix this?