Error laravel project with a blade SourceMap

Isaque Palmieri :

I have a laravel project with a blade, and it worked perfectly, and overnight, it stopped working with this error:

DevTools failed to parse SourceMap: http://127.0.0.1:8000/assets/js/html2canvas.js.map
DevTools failed to parse SourceMap: http://127.0.0.1:8000/assets/css/bootstrap.min.css.map
DevTools failed to parse SourceMap: http://127.0.0.1:8000/assets/css/metisMenu.css.map
DevTools failed to parse SourceMap: http://127.0.0.1:8000/assets/js/popper.min.js.map
DevTools failed to parse SourceMap: http://127.0.0.1:8000/assets/js/bootstrap.min.js.map
DevTools failed to parse SourceMap: http://127.0.0.1:8000/assets/js/metisMenu.min.js.map

my JavaScript files are called normally in blade with:

{{URL::asset('assets/js/html2canvas.js')}}

The default view of laravel has no errors... I've tested it on windows and macos, and also on shared hosting, the same error happens.

Isaque Palmieri :

that was the solution link, but I had some problems debugging a js script so I needed to solve it.

Thank you all for your help!

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=220639&siteId=1