vanilophp / demo

Vanilo Demo Application
https://vanilo.io/docs/
190 stars 54 forks source link

product image not displayed #22

Closed JayJoshi18 closed 4 years ago

JayJoshi18 commented 4 years ago

I tried uploading both the images it is still not working. I tried both the solutions from #17 and #19 both. I tried to change but nothing happened Also did you artisan storage:link i run this command and tried changing base url nothing changed

here is the output of stat public/storage Capture

Please help ..Thank you so much in advance

fulopattila122 commented 4 years ago

I'm not 100% sure if symlinks work impeccably on Windows as well. What is the exact error you get when you try to open the image link directly in your browser?

JayJoshi18 commented 4 years ago

404 not found image

fulopattila122 commented 4 years ago

Can you please copy/paste the full URL of the Admin Dashboard from the browser here?

Or a similar screenshot that's showing the URL will do

JayJoshi18 commented 4 years ago

image

fulopattila122 commented 4 years ago

Set APP_URL=http://127.0.0.1:8000 in your .env file.

It's the same issue as #17