Hello, i have updates on Pro 2.5.5
so i have this problem.
I need help.
Thanks
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
Source-Map-Fehler: request failed with status 404
Ressourcen-Adresse: https://ocean-toern.de/wp-content/themes/pro-3/framework/dist/js/site/x.js?ver=2.5.5
Source-Map-Adresse: x.js.map[Weitere Informationen]
Source-Map-Fehler: request failed with status 404
Ressourcen-Adresse: https://ocean-toern.de/wp-content/themes/pro-3/cornerstone/assets/dist/js/site/cs-head.js?ver=3.5.4
Source-Map-Adresse: cs-head.js.map[Weitere Informationen]
Source-Map-Fehler: request failed with status 404
Ressourcen-Adresse: https://ocean-toern.de/wp-content/themes/pro-3/cornerstone/assets/dist/js/site/cs-body.js?ver=3.5.4
Source-Map-Adresse: cs-body.js.map[Weitere Informationen]
Hi Joachim,
Thanks for writing in! Those errors are just missing source-maps. They are requested by developer tools (especially in Safari) 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.
So, basically you can ignore those errors. Please check out this link for more information (https://stackoverflow.com/questions/19550060/how-do-i-toggle-source-mapping-in-safari-7/19823890#19823890).
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.