Page 1 of 1

Missing Product Images From Localhost as :8000 is missing.

Posted: 01 Nov 2018, 11:46
by Golfmad
Installed locally and have it up and running, however I've hit a bit of a stumbling block as locally uploaded images are not showing in admin or frontend. Given the folders the correct permissions and the image is actually being uploaded. I have noticed that when I look at the image URL it is looking for
However it should be looking for
Is there a setting where I can set it to look for the missing port :8000 instead of leaving it out?

Thanks

Re: Missing Product Images From Localhost as :8000 is missin

Posted: 02 Nov 2018, 09:19
by aimeos
Seems like you've using Laravel. Adapt the APP_URL variable in your .env file and add ":8000" for your port

Re: Missing Product Images From Localhost as :8000 is missin

Posted: 07 Nov 2018, 10:37
by Golfmad
Hi, thank you that worked.