2

I made an ecommerce webpage, the code seems fine but when I deployed itin my local host and in GitHub it shows this error:

DevTools failed to load source map: Could not load content for https://andrealb88.github.io/rewards-store-andrea-lopez-bravo/static/js/main.51faf61f.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I new in this and I read I need to fix it in devtools, should I need to install something? Thank you!

  • Does this answer your question? [How to suppress Chrome DevTools warning: 'DevTools failed to load SourceMap: Could not load content for...'](https://stackoverflow.com/questions/61746642/how-to-suppress-chrome-devtools-warning-devtools-failed-to-load-sourcemap-cou) – Randy Casburn Dec 11 '21 at 13:35
  • I tried to do that( enable js and css source maps) and nothing, the same 404 error. I can't see properly the page, neither the image of error – Andrea Lopez Bravo Dec 11 '21 at 14:11

1 Answers1

1

This warning is probably nothing to worry about. If you don't want to see it, you can disable it: Error message "DevTools failed to load SourceMap: Could not load content for chrome-extension://..."

f1ben
  • 11
  • 2