You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the MediaLibrary inside a Laravel / Filament application. If I use the default connection (sync or database) everything works as expected. I get conversions and responsive images.
When I use the redis connections, I only get the same results when adding nonQueued to the process. So then everything is uploaded to AWS S3, but not on a queue (obviously)
So, when I want to use redis and conversions/responsive images it is not possible.
These are the errors I get:
Spatie\MediaLibrary\ResponsiveImages\Jobs\GenerateResponsiveImagesJob
InvalidArgumentException: The ListObjectsV2 operation requires a non-empty parameter: Bucket in vendor/aws/aws-sdk-php/src/InputValidationMiddleware.php:64
And the other one:
Spatie\MediaLibrary\Conversions\Jobs\PerformConversionsJob
ImagickException: NoDecodeDelegateForThisImageFormat `' @ error/constitute.c/ReadImage/746 in vendor/intervention/image/src/Intervention/Image/Imagick/Decoder.php:25
The last error seems to be some other issue. Although not sure what it is. I installed all the OPTIMIZATION TOOLS
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use the MediaLibrary inside a Laravel / Filament application. If I use the default connection (sync or database) everything works as expected. I get conversions and responsive images.
When I use the
redis
connections, I only get the same results when addingnonQueued
to the process. So then everything is uploaded to AWS S3, but not on a queue (obviously)So, when I want to use
redis
and conversions/responsive images it is not possible.These are the errors I get:
And the other one:
The last error seems to be some other issue. Although not sure what it is. I installed all the OPTIMIZATION TOOLS
Beta Was this translation helpful? Give feedback.
All reactions