Hi,
After importing 700+ products including images from external URL (thumbnail, base and gallery) - Magento 2 has not cached the images and they are not loading on the frontend (error 404).
The images are in the pub/ folder but cache has not generated.
I have run the below, it only finds 6 of 700+ images.
php bin/magento catalog:image:resize
Any suggestions?
Thanks,
John
Hello @john_clark2
Check below link for same
https://github.com/magento/magento2/issues/19710
if works then mark as solution
Resolved the issue - During import I didn't input the gallery positions - as such the catalog_product_entity_media_gallery_value table in the database was empty.
I have reimported including the positions and recached using SSH and this has fixed the issue