Failed to load resource

Hi guys,

Upon loading the page I get this [Error]: Failed to load resource: the server responded with a status of 404 (Not Found) (cs-head.js.map, line 0)

http://example.com/wp-content/themes/pro/cornerstone/assets/dist/js/site/cs-head.js.map

Any idea what this is? I tested it, so I know that it does not relate to code under Appearance > Customise > Custom.

Thanks.

Hi There,

Thanks for writing in! It seems that one of your Pro asset files corrupted, missing or a file permission issue. You can try uploading the Pro theme files manually and see if that helps.

https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62

Let us know how it goes.
Thanks!

Hi guys. Did as explained above. The manual update of Pro theme went smoothly. However, the errors are still there? Thanks

Hello There,

Thank you for getting back to us. I am another staff checking on this thread. Those errors are just missing sourcemaps. They are requested by developer tools when possible, but won’t interfere with anything.

Basically it’s a way to map a combined/minified file back to an unbuilt state. When you build for production, along with minifying and combining your JavaScript files, you generate a source map which holds information about your original files. When you query a certain line and column number in your generated JavaScript you can do a lookup in the source map which returns the original location.

Please check out these links:


Hope this helps. Kindly let us know.

Hi guys. Too complex an issue for me. But good to hear that it is not a problem. Thanks.

Thank you for your understanding.