Hi,
When I run the demo page Index.html and I press F12 on Google Chrome, I got this erros:
"DevTools failed to load source map: Could not load content for file:///C:/Users/XXXXXX/Downloads/good_html_v1.0.3-2/good_html_v1.0.3/theme/dist/assets/plugins/global/toastr.js.map: System error: net::ERR_FILE_NOT_FOUND"
"DevTools failed to load source map: Could not load content for file:///C:/Users/XXXXX/Downloads/good_html_v1.0.3-2/good_html_v1.0.3/theme/dist/assets/plugins/global/sourcemaps/tiny-slider.css.map: System error: net::ERR_FILE_NOT_FOUND"
I already added the teme on my .Net Core MVC project and I receive same errors.
I have implemented a global error catching system on my project and debugging I am receiving 404 error each time.
¿How can I solve this?
Thanks