Grafana iframe not work in companion app through

Hello
At first i am using nabu casa.
I have issue with showing iframe graphs form grafana from mobile companion app. It is not showed only for my HA users. In admin account it s work also when i log in to my users account through nabu casa URL on my PC browser it work. It s not showing only in companion app for my users. Could someone help me ?
When i click on grafana on sidebar in user mobile app i get this.

Hello,

I’m facing the same issue with iframe graphs from Grafana not displaying in the Home Assistant Companion app for non-admin users. The graphs show up fine in the admin account and when I access my HA users through DGME the Nabu Casa URL on my browser, but they don’t load on the mobile app for regular users.

I’ve tried clearing the cache, updating the app, and checking user permissions, but the issue persists. It’s also working fine on the web browser.

Yes this is very interesting issue. I hope there will be any solution because i try a lot of config without result

I can see the iframes with non admin users. I needed to add a bunch of permissions in the addon’s config tab. I have the following

- name: GF_AUTH_ANONYMOUS_ENABLED
  value: "true"
- name: GF_AUTH_ANONYMOUS_ORG_NAME
  value: Main Org.
- name: GF_AUTH_ANONYMOUS_ORG_ROLE
  value: Admin
- name: GF_SECURITY_ALLOW_EMBEDDING
  value: "true"
- name: GF_AUTH_DISABLE_LOGIN_FORM
  value: "true"

And your are using nabu casa and companion app ? because your config not work for me

No, I use tailscale.

you are using port for grafana 3000 ? and are you using ingress integration for grafana ?

I use port 3000, I have them in wepage cards.

http://192.168.0.101:3000/api/hassio_ingress/redacted/redacted/building-systems?orgId=1&refresh=1m&panelId=10

my http looks like
http://192.168.1.107:3000/api/hassio_ingress/LC0OteSnmnQXvXXS_Xc-ZehT4-109FzzVklRIYJqBZU/?orgId=1&from=now-6h&to=now&timezone=browser

it is different than yours how you achieve that ?

It’s the same. I’m not too familiar with nabu casa but does that not use https? Should your address be https?

it s work when i log in to nabu casa through PC browser as casual user but when i use companion app its not work