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..
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 run php artisan basset:cache
.