Jay Karavadra
Jay Karavadra

Reputation: 59

why this type of error comes in DevTools failed to load SourceMap

DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:8000/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILUREenter image description here

Upvotes: 2

Views: 1131

Answers (1)

Emdadul Haque
Emdadul Haque

Reputation: 98

This isn't caused by your code,

From your Chrome browser, Go to DevTool Settings by pressing f12 key, then clicking the gear icon gear icon

in the upper right corner.

Disable the checkbox:

  • Enable JavaScript source maps
  • Enable CSS source maps

enter image description here

Then reload your browser.

For other browser, find Source setting after press f12

Upvotes: 0

Related Questions