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
Asked
Active
Viewed 988 times
2
-
What you provided us is an access to your local bootstrap file, which means that we can't access it (see - http://127.0.0.1 is your local address). But, what this looks like is a `404` error - which means there's probably a bootstrap file that is missing and you're trying to access it. Check your ` – TheITDejan May 13 '21 at 06:58
1 Answers
0
This isn't caused by your code,
From your Chrome browser, Go to DevTool Settings by pressing f12 key, then clicking the gear icon
in the upper right corner.
Disable the checkbox:
- Enable JavaScript source maps
- Enable CSS source maps
Then reload your browser.
For other browser, find Source setting after press f12

Emdadul Haque
- 58
- 5