Safari complaining about missing theme files (x.js.map)

[Error] Failed to load resource: the server responded with a status of 404 () (x.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (cs-body.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (cs-head.js.map, line 0)

Any idea what’s calling for these files, and while they’re not available?

Thanks!
Phil

Hello Phil,

Thanks for posting in!

Please ignore these errors as it does not pose any serious threat to your site. These files were source maps. Source map are not related to any of these issues. It’s use for debugging so please ignore it, unless you’ll debug it which is you can’t do since it’s limited to our developers only. And I don’t see it on my end either so it could be just your browser configuration.

Please check this https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps (Enable Source Maps in settings, from same setting, you can disable it)
https://developer.apple.com/library/archive/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/ResourcesandtheDOM/ResourcesandtheDOM.html

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.