PiXOT97 commented on issue #33561: URL: https://github.com/apache/superset/issues/33561#issuecomment-2912313334
@rusackas – After several tests, I was able to get it working. ✅ `GLOBAL_ASYNC_QUERIES = True` and `GLOBAL_ASYNC_QUERIES_TRANSPORT = "polling"` **work perfectly with embedding, with one important note: you must use the same domain.** In my original setup, Superset was running on `superset.test.com`, but I was testing the embedded dashboard from `localhost:3000`, which caused the async features to fail. Once I moved the embedding to `embed.test.com` (on the same domain as Superset), everything worked flawlessly. -- 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]
