Missing Product Images From Localhost as :8000 is missing.
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Missing Product Images From Localhost as :8000 is missing.
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
Thanks
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
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,
give us a star
If you like Aimeos,

Re: Missing Product Images From Localhost as :8000 is missin
Hi, thank you that worked.