Have tested couple of pages. Whats the thing with this? For example I have Tandoor recipes addon in address http://192.168.1.50:9928/search/ and that doesn’t show up?
I also tested external web page with similar results.
At external address its giving error "unable to load iframes pointing at http if home assistant is served over https. But in internal http address it neither show up.
Is HA served over ssl when you try local pages?
No it isn’t. http.
Then logs, logs.
Any tips how to log this? I added logger: debug but finding only:
2024-04-06 09:47:29.908 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140598188830784] user from 192.168.1.102 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36): Sending b'[{"id":169,"type":"result","success":true,"result":{"strategy":{"type":"iframe","url":"http://192.168.1.50:9928/search/"}}},{"id":170,"type":"result","success":true,"result":null}]'
In normal HA logs aren’t anything related.
Or what to search from debug logs?
IFrame shows 192.168.1.50 refused to connect. Which address is my HA instance address.
The web pages you are trying to load do not allow embedding.
The Tandoor recipes addon web page served from my own HA instance?
Is there some page which certainly should work then? For a test.
How would any of us know what you have on your network?
I know mealie (from the addon) works.
Yep. Mealie works for me also. Pretty strange then why the tandoor doesn’t.
Zigbee2MQTT works
Google.com does not seem to.
Yes. https://www.zigbee2mqtt.io/ seem to be working also, but for example Yr or this Tandoor recipes doesn’t. Really like to know how to deal with this.
Then yes it is your Tandoor recipes web server that is not allowing embedding. Assuming you got the URL correct.
Is this something that the addon developer should or can fix?
Yes but they may not want to. It can be a security risk to allow embedding. You can ask them.