Skip to content

Product Image not showing on listing page frontend after code migration Magento 2.4.3

I moved my project to a different directory as the memory is low in the disk, everything is working fine except the product listing page where the images are missing. Showing default image.

enter image description here

Wrong hash – Listing page

https://website.com/media/catalog/product/cache/4c6fd00ae61ef17c73c9aecb88f2d715**/2/_/2_207_0269.jpg

Right hash – Detail page

https://website.com/media/catalog/product/cache/91ae248ddb9f31d4e5970a8e8471325f/2/_/2_207_0269.jpg

It seems that the cache hash is not correct on the listing page, I tried sudo php bin/magento catalog:image:resize but the images are not showing.

How can I Fix this?