Hi, I’m using the downloader integration to download images from the web. I created the ‘downloads’ folder in the main /config folder.
The integration works and I find the images correctly saved in the folder, but I can’t view them in a picture entity.
what would be the correct URL to use?
I tried:
/config/downloads/img1.jpg
/downloads/img1.jpg
http://my-ip:8123/config/downloads/img1.jpg
http://my-ip:8123/downloads/img1.jpg
nothing seems to work
thank you