GitHub user ratthapon edited a discussion: Cannot config APPLICATION_ROOT and
STATIC_ASSETS_PREFIX
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:
1. static asset prefix didn't change.
2. only user_info menu doesn't have url prefix, other menus are looking good.
I'm try to change these config in superset_config.py but it doesn't work.
```
configOverrides:
proxy: |
ENABLE_PROXY_FIX = True
APPLICATION_ROOT = "/analytics"
STATIC_ASSETS_PREFIX = "/analytics"
```
I'm deploy using helm 0.15.0 and image version 6.0.0.
GitHub link: https://github.com/apache/superset/discussions/37032
----
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]