Issue with product Image loading at frontend.
-
Hello,
I deployed Bagisto and i got product image loading issue at frontend but other images loads fine.I tried installing version 2.4 Both the composer method and manual method.
also tried master branch just to check. but the issue is the same.
Here is my env file and frontend screenshot


I have tried :
php artisan storage:link
php artisan config:cache
rm -rf public/storage
php artisan storage:linkphp artisan config:clear
php artisan view:clear
php artisan cache:clear
php artisan vendor:publish -
Hello @kapilmaharjan-km
Under your Bagisto setup, there should be a public folder. Inside the public folder, you will find a folder named storage. Please remove this public/storage folder and then run the following command:
php artisan storage:link
Note: Do not delete the storage folder located in the root directory of the Bagisto project.
Regards
Rishabh Yogi
Team Bagisto