Cannot config APPLICATION_ROOT and STATIC_ASSETS_PREFIX #37032
Replies: 1 comment
-
|
Superset’s subpath deployment (using APPLICATION_ROOT and STATIC_ASSETS_PREFIX) is still BETA in 6.0.0 and has some known gaps. The static asset prefix often doesn’t apply everywhere, and the user_info menu URL is hardcoded without the prefix—these are recognized issues and not fully fixed in your version [source]. For best results, set the environment variable SUPERSET_APP_ROOT to The missing prefix in user_info is a known bug; the only workaround is to rewrite After changing config, clear your browser cache to avoid stale bootstrap data causing broken links. If you need more robust subpath support, consider upgrading to a release after late 2025 or using a subdomain instead of a subpath [source]. Let me know if you want example Helm values or nginx config for this setup. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm try to deploy Superset behind nginx proxy.
Already setup nginx to redirect hostname.tld/analytics -> service:port with required headers.
Superset is working except:
I'm try to change these config in superset_config.py but it doesn't work.
I'm deploy using helm 0.15.0 and image version 6.0.0.
Beta Was this translation helpful? Give feedback.
All reactions