Source map error: Error: request failed with status 404
-
I’m working on a new website where the css seems to be failing to load properly. I see lots of errors
Error in parsing value for ‘background-color’. Declaration dropped.
Elements matching selector: .header-one .top-headerOn Firefox I also see this error in the console
Source map error: Error: request failed with status 404
Resource URL: https://<stealth>/wp-content/themes/gutener/assets/bootstrap/css/bootstrap.min.css?ver=5.6
Source Map URL: bootstrap.min.css.mapthe theme is the latest version and the css.map file is not in the theme.
:~/workspace/gutener$ fgrep -r bootstrap.min.css.map *
themes.svn.www.ads-software.com/gutener/1.3.0/assets/bootstrap/css/rtl/bootstrap.min.css:/*# sourceMappingURL=bootstrap.min.css.map */
themes.svn.www.ads-software.com/gutener/1.3.0/assets/bootstrap/css/bootstrap.min.css:/*# sourceMappingURL=bootstrap.min.css.map */
:~/workspace/gutener$ find . -iname bootstrap.min.css.map
:~/workspace/gutener$Any clue of what’s going on?
- The topic ‘Source map error: Error: request failed with status 404’ is closed to new replies.