How can i display embedded redash dashboards in frontend via spring gateway? #6622
Replies: 1 comment
-
I don't think we support direct exports like that :s but it would be a nice addition imo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Currently we directly use public urls to embed dashboards in our frontend and it is working. However i want to add a gateway in between redash and frontend with spring gateway. I am able to route the requests to redash and use its public url, redash_dashboard_url.
This url works just fine in browser however when i try it via gateway it stops at first step after getting initial html, but returns 200 OK code. is there any way to get fully rendered dashboard directly from redash or any other way to execute the javascripts and download css midway.
Beta Was this translation helpful? Give feedback.
All reactions