Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

[Bug] Error 500 due to Uploaders #801

Closed tabacitu closed 8 months ago

tabacitu commented 8 months ago

Bug report

What I did

A user tried our demo, in our Product CRUD they tried to edit a product:

https://demo.backpackforlaravel.com/admin/product/210/edit

What I expected to happen

Edit form to open.

What happened

Error 500: Backpack\CRUD\app\Library\Uploaders\Support\RegisterUploadEvents::handle(): Argument #2 ($uploaderConfiguration) must be of type array, bool given, called in /home/forge/demo.backpackforlaravel.com/vendor/backpack/medialibrary-uploaders/src/AddonServiceProvider.php on line 40

CleanShot 2024-01-16 at 10 54 23@2x

What I've already tried to fix it

Nada... @pxpm ?

karandatwani92 commented 8 months ago

I remember this error was fixed. I suspect it is happening because our demo has not been updated from past 2 months.

composer update may help there.

pxpm commented 8 months ago

Thanks @tabacitu didn't noticed it, it was indeed lacking to run composer update as I've just did.