You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most likely related to Twigpack plugin. There is console errors like this:
bootstrap:108 Uncaught (in promise) Error: Loading CSS chunk 1 failed.
(/assets/dist/css/styles.6f82a377c329418c8101.css)
at r.<computed>.r.<computed>.<computed>.t.push.r.<computed>.d.onerror (bootstrap:108:17)
It seems that javascript is trying to load files with address like http://localhost/assets/dist/js/styles.6f82a377c329418c8101.js, ignoring subdirectory. File links in Twig files are outputted correctly and contain subdirectory in which Craft is installed.
The text was updated successfully, but these errors were encountered:
This is most likely related to Twigpack plugin. There is console errors like this:
It seems that javascript is trying to load files with address like
http://localhost/assets/dist/js/styles.6f82a377c329418c8101.js
, ignoring subdirectory. File links in Twig files are outputted correctly and contain subdirectory in which Craft is installed.The text was updated successfully, but these errors were encountered: