Hi,
I am using OH 4.2.1 and the the image card widget does not display (broken link) an image which is stored on the same server.
Using the same link in the same card with Action → External URL in Action URL the picture is properly displayed.
Using the same link in “The Sitemap” to display it in the OH app on Android also does work!
I have this issues since last week on OH 4.1 and upgraded since then.
I do not see anything about this in the OH log.
I have tried using the ip, localhost, external url instead of the server name in the URL of the image link.
Thank you for pointing me into the right direction to further analyze this.
Are there any errors in the browser console when you try to show the image in the card?
What protocol do you access OH with (http / https)? And what about the url of the image?
“stored on the same server” could mean lots of different things. Is the image in OH html conf folder or is it in an entirely different sub location of the server?
What is the actual configuration of the card widget?
This is the first part I would look at. Most modern browsers, as a security feature, automatically block inclusion of non-secure resources in a secure page. If there’s some way for you to call that same image from an https url you should try that and see if that fixes the issue.