Can't see jpg after update Hassio

Hi All!

I’ve had a working Hassio where pictures are saved in the folder /config/www

The pictures were displayed via the Camera generic platform:

- platform: generic
    name: 6adl
    still_image_url:  https://192.168.1.111:8123/local/achterdeur1.jpg

I’ve also whitelisted the folder (I quess):

whitelist_external_dirs:
- /config/camera
- /config
- /share

But changing the link to (for instance): https://192.168.1.111:8123/config/camera/achterdeur2.jpg won’t work either.

This worked like a charm, only after the latest update it won’t show the pictures! What is changed or what did I do wrong?

Kind regards,
Eltjo

may be related to the auth stuff that was added. Try putting all your images into the www directory and calling it from /local

- platform: generic
    name: 6adl
    still_image_url:  /local/achterdeur1.jpg

Thank you for your reply, but it didn’t work… any other thoughts?

Does anyone link to a jpg and how do you do that?

Annoying thing is that it used to work perfectly!

SOLVED!

Don’t know why, but I had to link it with my duckdns.org adress.

OLD: https://192.168.1.111:8123/local/achterdeur1.jpg

NEW: https://XXX.duckdns.org:8123/local/achterdeur1.jpg

I mean, that makes sense in a way. They made a bunch of changes with auth recently and any of them could affect your issue.