jaymasiwal commented on issue #37753: URL: https://github.com/apache/superset/issues/37753#issuecomment-3866337224
I’m looking into this from the backend side. From the discussion, it seems async queries can silently fail (no async-token cookie, JWT not present) when the environment or config is unsupported (e.g. Python/Node versions, cookie attributes), without a clear error surfaced to the user. I plan to: - reproduce this in Docker - add backend validation / clearer error handling - add tests to prevent silent failure Does this approach sound reasonable before I proceed? -- 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]
