B4J Question [BANano] Chrome devTools source map errors

toby

Well-Known Member
Licensed User
Longtime User
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
While running a PWA, I got those errors in the developer's console. How to fix them? Should I fix or just ignore them?
 
Top