Since my upgrade from openhab 3.2 to openhab 3.3 all my custom icons disappears.
I’m using ~50 custom png icons, located in folder /openhab/conf/icons/classic/ and until openhab 3.2 they where visible. Since my upgrade (docker container) they are not visible anymore and gives me a 404
maybe it is related somehow to this new feature. Allow sub-directories for icons by J-N-K · Pull Request #2946 · openhab/openhab-core · GitHub
this is an example url how they are fetched
/icon/selftemperature?state=(17.0)+26.6+°C%2C+37.6+%25&format=svg&anyFormat=true
or
/icon/selftemperature?state=(17.0)+26.6+°C%2C+37.6+%25&format=png&anyFormat=true
I also checked for changes in the documentation (Items | openHAB) to see if there is a changed behavior or changed new way to configure. But there are no changes.
has anyone an idea?