I have installed Magento 2.1.6 and import products using csv, After import Products.

I have did below services, But Product image not showing on Product list Page. its goes to 404.

  1. upgrade the module
  2. Reindex
  3. Flush Cach
  4. Restart Cron.

Reference:

Product List Page:

Product List page

404_error Image:

enter image description here

I have checked Product image path, like

/media/catalog/product/cache/f073062f50e48eb0f0998593e568d857/1/_/1.jpg

but not generated f073062f50e48eb0f0998593e568d857 this folder in with in cache folder.

I also regenerated static content also., its not works for me Suggest me How to fix this issue.

有帮助吗?

解决方案

Run below command

bin/magento catalog:images:resize
许可以下: CC-BY-SA归因
scroll top