Copy link to clipboard
Copied
Source map error: request failed with status 404 Resource URL: https:XXXXXXXXXX.netsolhost.com/SatGrp-BS-v1/css/bootstrap.css Source Map URL: bootstrap.css.map
Research suggested, multiple times, to just delete following:
/*# sourceMappingURL=bootstrap.css.map */ ...from bootstrap css. I did so, but on save, "Access Denied" and had to revert as this is a locked file.
Is there a way to remedy this error?
Maybe if you replace the links you have now with scripts hosted on CDN + integrity checking, the problem will resolve.
<!-- Minified Bootstrap 3 CSS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
!--Minified jQuery 3 JS-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgx
...Copy link to clipboard
Copied
Maybe if you replace the links you have now with scripts hosted on CDN + integrity checking, the problem will resolve.
<!-- Minified Bootstrap 3 CSS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
!--Minified jQuery 3 JS-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!--Latest Bootstrap 3 JS-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
Copy link to clipboard
Copied
And yet again, thank you.
That did resolve the issue. I think I'll go feed the AltWeb kitty.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more