I have been having issues for the past 24hours where my project (Laravel 11/ Backpack 6) are not able to fetch css from CDN. I noticed the issue in both local dev machine and my online staging server. Anyone experiencing the same issue? Any ideas? Seems like a CDN issue..
2
Answers
This issue is indeed related to theme tabler. It can be fixed by uninstalling the theme with:
and reinstalling it with:
I can relate… the CDN is causing the issue. I’m experiencing the slow response. Here is how I solved it by caching it locally.
Add
BASSET_DEV_MODE=false
to your .env and runphp artisan basset:cache
.