Missing Product Images From Localhost as :8000 is missing.

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Golfmad
Posts: 5
Joined: 01 Nov 2018, 11:42

Missing Product Images From Localhost as :8000 is missing.

Post by Golfmad » 01 Nov 2018, 11:46

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

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 02 Nov 2018, 09:19

Seems like you've using Laravel. Adapt the APP_URL variable in your .env file and add ":8000" for your port
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Golfmad
Posts: 5
Joined: 01 Nov 2018, 11:42

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

Post by Golfmad » 07 Nov 2018, 10:37

Hi, thank you that worked.

Post Reply