DevTools failed to load SourceMap
-
Hello,
I did fresh install Bagisto, and got this error issue in browser console. The JS on website doesn't work.
DevTools failed to load SourceMap
Please advice how to fix it.
Thank you.
-
Hello @bzero
Run php artisan vendor:publish --force
then press 0 to continue.
It will load all the asset.
Thanks.
-
thanks @Vaishali-Agarwal for reply, but it doesn't work after run that command.
Same error. -
the error you got on console doesn't effect the website.
so if you are getting any error on website please show the screenshot.Thanks.
-
Hello,
Please see the attached screenshot.
It shows menu is not showing. I also tried as instruction below, but unable to fix it.
https://stackoverflow.com/questions/35002087/disable-source-maps-in-chrome-devtoolsThank you.
-
Hello @bzero
Menu will be visible when you will hover over shop by category option if categories exist.
Regarding dev tool, you may refer this for the same issue https://github.com/bagisto/bagisto/issues/2986
Thanks