Unable to upload multiple images at the same time

When I try to upload more than one image to my SpatieMediaLibraryFileUpload component it returns a 422 error with the following response
{"message":"validation.uploaded","errors":{"files.0":["validation.uploaded"]}}
If I then save it will have saved the first image I uploaded.

If I upload multiple images, one at a time and save the resources between each upload they work fine.

I'm using filament/spatie-laravel-media-library-plugin v3.2.92
Was this page helpful?