You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevTools failed to load SourceMap: Could not parse content for https://secret-project.test/FrontEndAssets/bs-stepper.min.js.map: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://secret-project.test/FrontEndAssets/css/bs-stepper.min.css.map: Unexpected token < in JSON at position 0
The solution is to remove //# sourceMappingURL=bs-stepper.min.js.map and .css from those respective files.
The text was updated successfully, but these errors were encountered:
aasutossh
changed the title
DevTools failed to load SourceMap for both js and html files.DevTools failed to load SourceMap for both js and css files.
Feb 18, 2021
DevTools failed to load SourceMap: Could not parse content for https://secret-project.test/FrontEndAssets/bs-stepper.min.js.map: Unexpected token < in JSON at position 0
DevTools failed to load SourceMap: Could not parse content for https://secret-project.test/FrontEndAssets/css/bs-stepper.min.css.map: Unexpected token < in JSON at position 0
The solution is to remove
//# sourceMappingURL=bs-stepper.min.js.map
and .css from those respective files.The text was updated successfully, but these errors were encountered: