Marketplace bulk upload not showing image in frontend but saved in storage folder
-
-
hi @harshaq ,
have you checked manually by creating a product from the admin end ?
if still images are not showing then try run the following commands from your terminal and check your app_url in .env :
cd public
unlink stoarge
cd ..
php artisan storage:link
php artisan optimize
composer dump-autoloadThanks!
-
I have checked manually by creating a product from the admin end and it works @Naresh-webkul. These steps are already done and of no use.
-
Hi @harshaq ,
please mention you bagisto version .
also please raise a ticket with your ssh and ftp details so that we can check the issue on your instance .(https://bagisto.uvdesk.com/en/)
Thanks!