Broken Image & Logo in Bagisto with causes and solutions?
-
@Vaishali-Agarwal Please help me on this.
-
Hi @SimonA
We have checked your website configuration, and it seems their is something wrong with in the CPanel configuration, we need to check it out.So Kindly raise a support ticket at https://bagisto.uvdesk.com/en/customer/create-ticket/
-
@Vaishali-Agarwal They pay for the support?
-
@SimonA
please raise the ticket, we will guide you for this issue, there is no charges for guidance.Thanks
-
I too still have this problem in my website
category image not probably uploading image and not showing the imagePlease help me
Thanks in Advance
-
@rajnibala
have you added correct app_url in .env and run php artisan storage:link ?? -
This post is deleted! -
Hi @Marcelle
please go through with this solution https://github.com/bagisto/bagisto/issues/2562Thanks
-
I follow everything but it isn't working at all
-
@nikul
what error you're facing currently please show.. -
@Vaishali-Agarwal ![alt text](image url)
logo not showing up for both shop and admin -
@nikul
please go to the .env and check that app_url should be valid.
once this is done then run the below commands from the project root directory:php artisan config:cache
php artisan storage:link -
Thank you @Vaishali-Agarwal it working now
-
@Vaishali-Agarwal i am facing this problem when running your last commands
symlink(): No such file or directory -
run the below command from the root directory:
cd public
rm storage
After removing the symbolic link change directory to the main folder using:cd ..
Now create the symbolic link with the following command:
php artisan storage:link
After running the command successfully, you should get the following messageThe [public/storage] directory has been linked.
I hope this helps you. -
Hi,
I cant add my own logo instead of velocity logo. I have added an image from the admin panel but it is always shown as a broken image.
I have removed/linked/unlinked few times the public storage changed the .env and cached and still no success. I am in dev env and and i have APP_URL=http://127.0.0.1:8000/
Please, advise -
@NGS
does the logo visible on the frontend? -
This post is deleted! -
the logo not visible on frontend and inside the admin dashboard after it saves. Also encountering the same issue. cleared cache, config, linked and unlinked... but it's still the same.
-
@olumide
may i know your APP_URL set inside .env