308 Redirect Error When Creating a New Dashboard on Superset Deployed via AKS #31195
Replies: 2 comments
-
Hey @Shlok-177! I'm here to help you with your Superset issue. I can assist with debugging and resolving the problem while you wait for a human maintainer. Let's get to the bottom of this! I found a similar unsolved discussion titled "308 http error when creating new dashboard" which might be related to the issue you're experiencing [1]. Regarding your questions:
These steps should help you identify and resolve the redirection issue. |
Beta Was this translation helpful? Give feedback.
-
I solved that issue in AKS i configure nginx configuration : - i mistakely add below configuration in that file ` nginx.ingress.kubernetes.io/proxy-redirect-to: https nginx.ingress.kubernetes.io/force-ssl-redirect: 'true' `
|
Beta Was this translation helpful? Give feedback.
-
I recently started encountering a 308 redirect error when creating a new dashboard in Superset. The error occurs because the URL is being redirected incorrectly to htppss:// instead of https://.
Deployment Environment: AKS (Azure Kubernetes Service)
Superset Version: 4.0.1
Issue Details: This issue did not occur previously but has started recently. I suspect there may be a misconfiguration related to the reverse proxy or SSL settings.
Repro Steps:
1.Access the Superset UI.
2.Attempt to create a new dashboard.
3.Observe the 308 redirect and the malformed URL (htppss://).
What I’ve Tried:
1.Verified ingress and reverse proxy configuration.
2.Checked environment variables and Superset settings related to URL generation and SSL.
Questions:
1.Has anyone encountered a similar issue with incorrect redirection to htppss://?
2.Are there specific configurations in Superset or ingress settings that might cause this behavior?
3.What can I do to debug or resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions