Embedded Chart Not Loading in SQLPage Web UI Behind Nginx Proxy #775
dittybijil
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello ! Can you please provide a minimal reproduction allowing us to reproduce your issue locally, without any code that is not relevant to the issue ? Without more details about what your sql files look like, what errors are in the browser's console, etc. it's hard to tell what is going wrong. But at first glance, the sub_filter rules seem very brittle. Wouldn't you be better served by the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a site running at http://localhost:4321, which contains a link called Test Report. Clicking this link should display the content of a web UI hosted at http://localhost:3000. I am using Nginx with a proxy pass configuration to achieve this functionality, so the web UI can be accessed at http://localhost/report/webui/index.sql.
The chart in the web UI is displayed through a card component using an embed link (e.g., /report/chart1.sql?_sqlpage_embed). However, the chart is stuck on "loading" and does not render correctly. Other functionalities of the web UI work fine.
I’ve attached a screenshot showing the issue and the current proxy pass configuration. Could you please advise if there’s any modification needed in the proxy pass settings to resolve this issue?
This is the original view
But now its showing like this
Following is the code used for proxy setting
Beta Was this translation helpful? Give feedback.
All reactions