iazureenaa / Fitness-Frog

0 stars 0 forks source link

Failed to load resource: the server responded with a status of 404 (Not Found): http://127.0.0.1:8080/Content/site.css.map #4

Closed shakucing closed 3 years ago

shakucing commented 3 years ago

Assuming this console error maybe related to Date bug issue

suggested from stackoverflow to include the map file too. (how?)

shakucing commented 3 years ago
Screenshot 2021-06-18 at 12 16 20 PM
iazureenaa commented 3 years ago

image

Please check if you got site.css inside Content folder as it said not found.

shakucing commented 3 years ago

site.css exist.

how bout your chrome inspect? does same error appear?

iazureenaa commented 3 years ago

image

Got same error, tried to replace the source site.css file from treehouse but the error remained the same.

shakucing commented 3 years ago

i think need an extra step import "bootstrap*.css.map file" or comment the css.map reference from the css file according to following. ref: https://stackoverflow.com/questions/21504611/what-are-the-map-files-used-for-in-bootstrap-3-x

but maybe this is not really an issue after looking into the stackoverflow comment. the file is more for debugging in inspector purpose

iazureenaa commented 3 years ago

image Error solved for me!

  1. You need to download the missing file glyphicons-halflings-regular.woff2

Put it inside under inside web.config

image