0

I have moved my website from the development server to the live server! The product images in category listing page are not showing!

I have tried many solutions which have been given in online

I gave folder permission 777

I used these commands

php bin/magento cache:clean

php bin/magento cache:flush

php bin/magento setup:static-content:deploy

php bin/magento indexer:reindex

But could not get images on the category page. I also tried to execute:

php bin/magento catalog:images:resize

the images are fine in the backend, also I have noticed that images are loading in the frontend but not displaying only lazy load images are coming!

the data-source image is (data-src="http://www.rialitradecentre.com.au/pub/media/catalog/product/cache/cf7b02caee139e721502aa370caab615/a/u/aus-crete_premium_industrial_1.png)

But source image is different (src="data:image/gif;base64,R0lGODlhkAGQAffKAOrq6ujo6Ofn5///)

category page

here is my website link webiste link

Can anyone please help me where are wrong! what I have left!

  • Have you tried to manually remove the JS and Static Files? https://magento.stackexchange.com/questions/113053/404-not-found-magento-2-static-and-media-files-not-loading – Piotr Feb 10 '21 at 14:13

1 Answers1

0

I have checked that there are js errors showing in the console log. Try to solve this console error and then check issue solved or not. Because lazy load functionality conflicted if any other js error showing. enter image description here

Amit Saini
  • 599
  • 7
  • 14