dosubot[bot] commented on issue #34337: URL: https://github.com/apache/superset/issues/34337#issuecomment-3124562384
<!-- Greeting --> Hi @krasmussen37! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> This is a known issue in Superset 5.0.0 when GLOBAL_ASYNC_QUERIES is enabled: chart visualizations can fail with a JavaScript error due to a data format mismatch between the async query result and what the frontend expects. SQL Lab works because it uses a different data handling path that preserves the expected format. The root cause is that the async chart data response may not include the expected structure (like the 'queries' or 'data' fields), which leads to frontend code trying to iterate over undefined values and throwing errors like "Cannot read properties of undefined (reading 'forEach')" [see code details](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/charts/data/api.py). There's a related issue with more details and troubleshooting tips: using the same domain for both Superset and any embedded dashboards can resolve some async query issues. Sometimes, a manual dashboard refresh temporarily fixes the problem, suggesting a session or token context issue. There is currently no documented fix or workaround for this specific scenario [see discussion](https://github.com/apache/superset/issues/33561). If possible, consider temporarily disabling GLOBAL_ASYNC_QUERIES or ensuring domain consistency as a workaround. Keep an eye on the linked issue for updates. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/a48724d4-003d-47f8-921a-386d2ba609cb?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34337) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
