DevTools failed to load SourceMap: Could not load content for
Open Developer Tools,
go to "Settings" for Developer Tools,
then uncheck Enable JavaScript Sourcemaps under the "Sources" settings.
Restart Browser if needed
DevTools failed to load SourceMap: Could not load content for
Open Developer Tools,
go to "Settings" for Developer Tools,
then uncheck Enable JavaScript Sourcemaps under the "Sources" settings.
Restart Browser if needed
DevTools failed to load source map: Could not load content for http://localhost:8000/js/popper.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Checked :
package.json
...
"popper.js": "^1.16.1",
...
node_modules/popper.js/dist/popper.js - Checked
Now, go to webpack.mix.js - This archive is responsible for doing all the
compilation of our application's assets - See documentation at
https://laravel.com/docs/8.x/mix
webpack.mix.js
mix.js('resources/js/app.js', 'public/js')
// using sourceMaps() because the error is about popper.js.map
.js("node_modules/popper.js/dist/popper.js", 'public/js').sourceMaps()
.vue()
.sass('resources/sass/app.scss', 'public/css');
public/js/popper.js - Checked
In the end restart the application and it must works!
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:8000/bootstrap-select.min.js.map:
You need to go into Dev Tools settings and you need to unckeck
"Enable JavaScript source maps"
"Enable CSS source maps"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us