Hi, I have an admin panel web app in node js and i want to integrate a specific dashboard in an iframe on of my pages. I want when user lands on the page to view the grafana dashboard with params passed in the url. Ive made a reverse proxy middleware served by my BE on /grafanaProxy path. I stream all the resources through my BE and override the html in order to work. However the problem is that when land on the page, i get page not found in grafana although i can browse grafana and go to the dashboard, but thats not the point i want to land directly on the dashboard. The problem i have with the config is that i can not change the root_url in the grafana.ini , since this would change the link of the grafana for the whole organisation. I have service account and i inject the api key in the Authorization Header. What can be done with the page not found problem.