admin logo stretched after uploading
-
@rex
could you mention the size of the logo? -
thanks for the quick response. i got it i just edit the original logo there, but my problem now is not showing in my local network, but in my laptop where i edit it will show, but when i open the localhost via localnetwork it wont show, and also the favicon
-
@rex
go through with this solution https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions/1 -
ill will try, will give feedback after.. thanks
-
here what i encounter
im using 1.2 version of bagisto -
-
@rex
firstly see your APP_URL , the project is running on localhost so it should start with http:// instead of https://now open ecom directory into terminal and then run php artisan storage:link
-
@Vaishali-Agarwal said in admin logo stretched after uploading:
php artisan storage:link
Good day, this is the page where i open in local network from the other computer
and this is where in my laptop where i working on,
the first picture is where other computer
and second picture is where is the bagisto installed(in my laptop)in my CMD
Please help me
-
@rex
Thanks for mentioning the detail.
As you said, on your laptop it's working fine but when you're trying to access the same on another computer logo gets broken, that's because of your APP_URL in .env fileadd your IP(200.200.200.247) at place of localhost in APP_URL in .env
then again flush the cache using
php artisan config:cache
-
Problem solve. Thank you so much for helping me..