Magento – Magento 2.3 product image issue

magento2.2.7magento2.3

Product image issue when upgrading Magento 2.2.7 to Magento 2.3.0.

I have two stores (id_1) and (id_2).

Issue (id_1): Category page is only Magento 2 default product image for all products. No anything real product images for products. How fix this issue?

Tested and doesn't work:

  • Command: bin/magento catalog:images:resize

  • Clean image cache, var and static folder content

  • Pub and media folder added permission 777

Best Answer

re-deploy static-content or if that doesn't work try deploying the sample data (again)

Related Topic