Question

I have an issue with the images. On the category pages images are shown for the products, but on the PDP page the img is missing. Instead i got the placeholder img. On the admin, the img is set to base, small and thumbnail. I followed the possible answers from here: Magento 2.3.2 Product Image Missing after version updating from 2.2.1, like doing:

bin/magento indexer:reindex

or

bin/magento catalog:images:resize

But none of them worked for me. The cache is also cleared. Can you give me some advice what should I check more ? Thank you

Était-ce utile?

La solution

Not sure how, but on the store level, the images were hidden, so updating them to visible by this query:

update catalog_product_entity_media_gallery_value set disabled = 0 where disabled = 1;

fixed my issue with the images

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top