Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
323 stars 166 forks source link

Demo's file manager icons are missing 404 #574

Closed karandatwani92 closed 9 months ago

karandatwani92 commented 10 months ago

Demo's file manager icons are missing 404

Works fine on local ✅ I assume we just need to run: php artisan basset:clear && php artisan basset:fresh

https://demo.backpackforlaravel.com/admin/elfinder#elf_l1_Lw

Screenshot 2023-09-02 at 1 53 33 PM Screenshot 2023-09-02 at 1 53 56 PM

tabacitu commented 10 months ago

Can confirm the problem, but I've just apparently that's already in the deployment pipeline... so that might not be the problem. I've just run php artisan basset:fresh manually on the demo... that didn't fix it either.

It could be a CloudFlare thing... maybe? 🤷‍♂️ I'll investigate more and try to fix.

karandatwani92 commented 10 months ago

The Nested menu is also broken in the online demo for mobile view. The desktop view is fine. On local both issues don't persist.

I suspect the cause is similar - related to JS/CSS cache

tabacitu commented 9 months ago

@pxpm / @promatik can you take this over please?

pxpm commented 9 months ago

Fixed in https://github.com/Laravel-Backpack/FileManager/pull/42

I am still investigating the nested dropdown issue, will submit a PR/open an separate issue for it.