My website is giving dhtmlxscheduler_minical.js.map 404 (Not Found) error. Any idea?
Hello,
the minified code files have links to source map files html5rocks.com/en/tutorials/ … ourcemaps/
The browser tries to load them when you open developer tools, so if you’ve deployed the codes without .map and non-minified files, you’ll see such error.
Note that the error do not cause any negative effects to your application - source maps may be needed to debug a compressed JS files and loaded only when you open developer tools. I.e. regular users won’t see such error.
Thanks