laravelcdnlaravel-backpackunpkg

Laravel backpack 6 unable to load theme tabler from CDN


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..

enter image description here

enter image description here

enter image description here


Solution

  • 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.