Skip to Content
Menu
This question has been flagged
1 Reply
3479 Views

Hello guys,

    I have this two errors when I inspect my website :

    [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (es5-shim.map, line 0)

    [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (bootstrap.css.map, line 0)

    How to avoid these two errors?

Thanks

Avatar
Discard
Author Best Answer

I removed this line in website_lapagept/static/lib/bootstrap/css/bootstrap.css : 

/*# sourceMappingURL=/website_lapagept/static/lib/bootstrap/css/bootstrap.css.map */

I removed this line in : website_lapagept/static/lib/es5-shim/es5-shim.min.js

/*

//@ sourceMappingURL=es5-shim.map

*/

Avatar
Discard