Hi All,
I'm facing issue with product listing on my magento website. Product images are not appearing on frontend homepage. Attached is the screenshots for your reference. Pls help to get this shorted out.
Url : lukamart.tk
Hello @Deep23121
Check in console if there any 404 request then give permission 0777 to pub folder:
sudo chmod -R 0777 var/ pub/ generated/
If this not work then try below shared steps:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/ or run below command: php bin/magento catalog:images:resize php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/
Hi @Deep23121 ,
If you explore the code with the browser console, for those images, which information do you get from the request?
Are you getting a 404 for those images? Can you try the direct link to the images?