HI,
Today I create some new products. Initially the product image didn't display so I carried out the following command after a bit of searching:
php bin/magento catalog:images:resize
This resolved the issue for the products i had created. I then created another product and found the same issue. This time after more searching I ran the following:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
This resolved the issue on the categories page but when I click on the product and end up on the product page I still have the same issue of it not displaying.
Im running 2.3.5-p1
Any further suggestions welcome.
Hello @christopher_bil
Please share the product page URL and also check in the console once.
Thanks.
Console shows
Failed to load resource: the server responded with a status of 403 ()
I can also see that the product image cache doesn't actually exist folder 690958e2d3998e3334b2142a446b92f6 is not present.
.../pub/media/catalog/product/cache/690958e2d3998e3334b2142a446b92f6/9/0/90030-01.jpg
Hello @christopher_bil
Can you please provide permission to your pub/media folder by command :
chmod -R 777 pub/media/
Hope it helps !
Changing the folder permissions has not resolved the issue. After changing the folder directory I have also tried a new product which see's the same issue.
Any other suggestions?