Open lracicot opened 5 years ago
This issue started with Magento 2.3 witch uses gd2 and and ImageMagick to process images. Unfortunately adapters for this libraries are not capable to use any other media storage than "File System".
I'm facing the same issue (magento 2.3.6). Any advice?
Description
No thumbnails are generated in a magento instance connecting to an existing database of products. Thus, we must generate them using the
bin/magento catalog:images:resize
command. However, since the image files are not there (they are on S3), the magento command fails with the following error:Steps to reproduce
bin/magento catalog:images:resize
on the new server."File '/var/www/html/pub/media/catalog/product/1/0/xxxx.jpg' does not exist.”
.Expected results
bin/magento catalog:images:resize
should generate all thumbnails.Note
Most of our products are imported via a script that does not generate thumbnails. That's why we need
bin/magento catalog:images:resize
to work. Any fast workaround to see our thumbnails on every M2 instances would be appreciated.