cancel
Showing results for 
Search instead for 
Did you mean: 

Imported Products Not Image Caching

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Imported Products Not Image Caching

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

2 REPLIES 2

Re: Imported Products Not Image Caching

Hello @john_clark2 

 

Check below link for same

 

https://github.com/magento/magento2/issues/19710

 

if works then mark as solution

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Imported Products Not Image Caching

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