-
Notifications
You must be signed in to change notification settings - Fork 15.7k
Description
Bug description
Current Superset version: 4.0.2
Our platform is set up to embed Superset charts, but we frequently encounter timeout errors in the platform when viewing Superset dashboards.
What we have found is the Superset integration uses a library (@superset-ui/embedded-sdk) to display dashboards. This library creates temporary guest tokens each time a dashboard is viewed — even if the user hasn’t directly logged into Superset. After a timeout (e.g., 15 minutes), the library automatically tries to refresh these tokens. If the user has logged out or their session has ended, these refresh attempts fail, triggering "Insufficient Permissions" errors. The problem worsens if multiple dashboards are viewed, as more tokens are created and retried in parallel.
Can you please get assistance on a proper resolution for this issue?

Screenshots/recordings
Attached is an example of the error message displayed upon being logged out while viewing charts
Superset version
master / latest-dev
Python version
I don't know
Node version
I don't know
Browser
Chrome
Additional context
No response
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem.
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.