GitHub user 1sanqian added a comment to the discussion: How can I integrate Superset charts with PlayWright to ensure that all charts and data on the page are fully rendered and there are no unexpected errors before taking a screenshot?
A 502 Bad Gateway error when rendering a chart in Superset typically means that the backend or proxy (such as nginx) failed to process the chart data request—usually due to high server load, network issues, or timeouts. Superset and Playwright can only wait for the page and chart container to load, but they cannot fix server-side errors; if the API returns a 502 error, the chart will display the error, and a screenshot will record the state. What can I do to address high server load, network issues, etc.?[@dosu](https://go.dosu.dev/dosubot) GitHub link: https://github.com/apache/superset/discussions/36845#discussioncomment-15349752 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
