dosubot[bot] commented on issue #31872: URL: https://github.com/apache/superset/issues/31872#issuecomment-2593397102
<!-- Answer --> After a page refresh, the charts are still displayed because the guest token mechanism in Apache Superset maintains session state across page interactions. When you refresh the page, the guest token is used to authenticate the user as an anonymous user with the specified permissions and access rights. This ensures that the user's session remains consistent, allowing the charts to be displayed correctly without encountering the "Guest user cannot modify chart payload" error <sup>[[1]](https://github.com/apache/superset/blob/master/superset-embedded-sdk/README.md)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset/security/manager.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/d5856f62-746b-4087-91ad-6af8ee14db92?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/d5856f62-746b-4087-91ad-6af8ee14db92?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/d5856f62-746b-4087-91ad-6af8ee14db92?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/d5856f62-746b-4087-91ad-6af8ee14db92?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d5856f62-746b-4087-91ad-6af8ee14db92?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/d5856f62-746b-4087-91ad-6af8ee14db92?feedback_type=other)</sup> -- 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]
