I am facing issue with gallery images I have images in backend but not showing in front-end product page gallery slider I have checked there is no error in the console.
-
did you migrate OR upgrade ?Pawan– Pawan2020年02月21日 13:10:36 +00:00Commented Feb 21, 2020 at 13:10
-
What is solution you followed?zus– zus2021年02月02日 17:09:46 +00:00Commented Feb 2, 2021 at 17:09
1 Answer 1
Try to run these commands on the root of the project:
php bin/magento catalog:images:resize
php bin/magento cache:flush
php bin/magento cache:clean
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
chmod 777 -R
Thanks.
-
I have done all thesePawankumar– Pawankumar2020年02月21日 11:42:51 +00:00Commented Feb 21, 2020 at 11:42
Explore related questions
See similar questions with these tags.