toby Well-Known Member Licensed User Longtime User Sep 9, 2022 #1 DevTools failed to load source map: Could not load content for https://mysite.com/webapp/styles/quill.snow.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for https://mysite.com/webapp/scripts/quill.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Click to expand... While running a PWA, I got those errors in the developer's console. How to fix them? Should I fix or just ignore them?
DevTools failed to load source map: Could not load content for https://mysite.com/webapp/styles/quill.snow.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load source map: Could not load content for https://mysite.com/webapp/scripts/quill.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Click to expand... While running a PWA, I got those errors in the developer's console. How to fix them? Should I fix or just ignore them?
alwaysbusy Expert Licensed User Longtime User Sep 9, 2022 #2 You can just ignore them (they are warnings) Upvote 0