I am trying to integrate Grafana dashboard with my web application, but I am facing some issues even after enabling anonymous access. I have followed the documentation and tutorials available online, but I am still unable to get it to work.
Here are the steps I have followed:
- Installed Grafana and configured the datasource.
- Created a dashboard in Grafana with the required panels and queries.
- Enabled anonymous access in the Grafana configuration file by setting
auth.anonymous.enabled = true. - Embedded the dashboard in my web application using the iframe tag.
However, when I try to view the dashboard in my web application, I still get an error message. I have checked the logs, but I couldn’t find any useful information. I have also tried different configurations and settings, but nothing seems to work.Can someone please help me with this issue? Any suggestions or pointers would be greatly appreciated.Thank you in advance.
