Good day everyone,
I have a webapp, with a collection with one field that is an image called logo. So the logo field is an image path.
On a page, I display all the information in the collection, including the logo.
In test mode on FF, everything is fine, all the fields show correctly, including the image.
I then download the code, open it in VS Code, and when I run it there, and I get no image, just a placeholder for no image. Also no error. When I build the file and run it from my live server, I get the same problem, no image, though in FF test mode, the images are there.
Any ideas why this happens?