GitHub user dosubot[bot] added a comment to the discussion: Login redirection does not use subpath prefix
<!-- Answer --> Based on what I can find in the repository, the latest stable release of Apache Superset is **v5.0.0** (released June 2025), and I don't see any 6.x releases (including 6.0.0 or 6.0.1) in the git tags . It's possible you're using a pre-release, a nightly build, or a Docker image tagged differently than the official releases. Could you double-check where you're seeing "6.0.1" — is that from the Superset UI, your Docker image tag, or somewhere else? Regarding my earlier mention of "6.1+" — I apologize for the confusion. The fix for the login redirect issue ([PR #37942](https://github.com/apache/superset/pull/37942)) was merged into the `master` branch but may not yet be available in an official stable release. You may need to either: 1. Use a `master`-based Docker image (e.g., `apache/superset:master`) which includes the fix but is not a stable release 2. Wait for the next official release that includes the fix 3. Apply the Traefik proxy configuration workaround I described (with `X-Forwarded-Prefix` header and `StripPrefix` middleware) which should help regardless of version Can you share what Docker image or installation method you're using? That will help me give you more targeted advice. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Share context across your team and agents. Try [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-feedback&utm_term=apache%2Fsuperset&message_id=c0c46d5a-f341-4587-86b3-c401a10c14e6) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-learn-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-add-team&utm_term=apache%2Fsuperset) GitHub link: https://github.com/apache/superset/discussions/40082#discussioncomment-16898881 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
