Assets aren't loading correctly #884
-
Hi, I have tried reinstalling in the staging env Any idea what could cause this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @dannyghub what basset version are you using ? You can check versions with Can you also try a Cheers |
Beta Was this translation helpful? Give feedback.
Thanks @o15a3d4l11s2 , it didnt directly resolve but I found the cause.
If I ran
php artisan basset:clear && php artisan basset:cache
It would say everything was OK, but actually there must be a silent fail somewhere, because if I just runphp artisan basset:clear
and try visit the dashboard, I got a 500 permissions issue where basset is trying to store the assets deep in the storage path. So changing permissions in the storage path and refreshing, everything is now fine.Thank you both for your help.