Dashboard console errors in 6.2.7, seeing 404 status code for 3 css and js map files
Solved
Support
-
I was running into a similar issue I had reported around searching the email logs and went to grab any console errors, and it seems these three errors are seen (but on every page so I don't think related to the original issue I was trying to troubleshoot). Wanted to report this for fixing later.
[Warning] pascalprecht.translate.$translateSanitization: No sanitization strategy has been configured. This can have serious security implications. See http://angular-translate.github.io/docs/#/guide/19_security for details. (angular-translate.min.js, line 6) [Log] Running dashboard version – "6.2.7" (index.js, line 3574) [Error] Failed to load resource: the server responded with a status of 404 () (slick.css.map, line 0) [Error] Failed to load resource: the server responded with a status of 404 () (angular-cookies.min.js.map, line 0) [Error] Failed to load resource: the server responded with a status of 404 () (showdown.min.js.map, line 0)
-
@d19dotca thanks for reporting. The 404s only come from map files for the minified 3rdparty libraries here. Those are only fetched if you open the webinspector to enabled nicer debugging, so those are non-fatal and can safely be ignored.