Hi,
I’ve created a Grafana chart for daily consumption of water and added the chart to a webpage card. In my account, which is admin, the chart shows up correctly in the dashboards. But in all other non-admin accounts the chart does not load up, on few devices it shows “401: Unauthorized” error and on few devices it just shows a blank box. Here is the code of my dashboard that contains the chart.
type: iframe
url: >-
https://192.168.1.200:8123/api/hassio_ingress/DsK5XtQUClbe9-oNRWCQRzISexWD6Ui8OrJITHr3Kxg/d/1yskpP-7k/water-softener?from=now-30d&refresh=15m&orgId=1
aspect_ratio: 100%
title: Water Consumption
And I’m not sure if I need to troubleshoot this in the code above or in Grafana.
I’ll appreciate any pointers.