failed to load source map in ASP.NET MVC after publish to hosting site

后端 未结 1 1242
野性不改
野性不改 2021-01-27 14:50

When i run the website i got this error on developer tools :

JQMIGRATE: Migrate is installed, version 3.0.1
DevTools failed to load SourceMap: Could not load con         


        
相关标签:
1条回答
  • 2021-01-27 15:38

    you can download the missing files from the following links and errors will not appear and hide. Download source from this link and you will get the file

    bootstrap.min.js.map

    https://getbootstrap.com/docs/4.3/getting-started/download/  
    

    also download the aos.css.map and aos.js.map from this

    https://www.cdnpkg.com/aos/file/aos.css.map/  
    

    download file popper.min.js.map from this link

    https://forgemia.inra.fr/genotoul-bioinfo/dgenies/blob/4c89661fba50d59fc12aeb41191fab4dd82e9216/js/popper.min.js.map 
    

    after download paste the files under js folder and css folder .

    0 讨论(0)
提交回复
热议问题