dosubot[bot] commented on issue #31435: URL: https://github.com/apache/superset/issues/31435#issuecomment-2541415159
<!-- Greeting --> Hey there, @Piyush-Fury! I'm here to assist you with any bugs, questions, or contributions. Let's work together to resolve the issue. <!-- Answer --> I found a similar discussion regarding a "Recursive login loop" issue, which might be related to your problem. This issue was addressed by a fix included in Superset version 3.1.0. However, users of versions 3.0.0 to 3.0.2 might still encounter this problem. The discussion suggests adding `"session_cookie_secure": False` to your Talisman CSP if you do not have HTTPS configured. You can find more details in the discussion [here](https://github.com/apache/superset/discussions/25736#discussioncomment-7695413) <sup>[[1]](https://github.com/apache/superset/discussions/25736)</sup>. Additionally, ensure that your `ENABLE_PROXY_FIX` setting is correctly configured, as it helps compute the `redirect_uri` properly, especially when SSL offloading is involved. This setting is crucial for environments using a proxy or load balancer <sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/installation/kubernetes.mdx)</sup><sup>[[3]](https://github.com/apache/superset/blob/master/docs/docs/configuration/configuring-superset.mdx)</sup><sup>[[4]](https://github.com/apache/superset/blob/master/superset/config.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/50e75668-7835-4d95-92a1-dd24bd8116d4?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/50e75668-7835-4d95-92a1-dd24bd8116d4?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/50e75668-7835-4d95-92a1-dd24bd8116d4?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/50e75668-7835-4d95-92a1-dd24bd8116d4?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/50e75668-7835-4d95-92a1-dd24bd8116d4?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/50e75668-7835-4d95-92a1-dd24bd8116d4?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]
