Andrea Lopez Bravo
Andrea Lopez Bravo

Reputation: 157

DevTools failed to load source map: Could not load content for GitHub. HTTP error: status code 404

I made an ecommerce webpage. The code seems fine; but when I deployed it in my localhost 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 am new at this, and I read I need to fix it in DevTools. Do I need to install something to get rid of the HTTP error? Thank you!

Upvotes: 5

Views: 23899

Answers (2)

Szektor
Szektor

Reputation: 47

I run into this as well. [Here][1] I found the following:

...use the full link https://cdn.jsdelivr.net/npm/[email protected]/dist/hls.min.js the source map loads correctly.

This must be a bug in the npm package. [1]: https://github.com/jsdelivr/jsdelivr/issues/18084

Upvotes: 0

f1ben
f1ben

Reputation: 21

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://..."

Upvotes: 2

Related Questions