-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Open
Labels
Description
Bug description
in the doc url
Configuring the application root
Please be advised that this feature is in BETA.
Superset supports running the application under a non-root path. The root path prefix can be specified in one of two ways:
Setting the SUPERSET_APP_ROOT environment variable to the desired prefix.
Customizing the Flask entrypoint by passing the superset_app_root variable.
Note, the prefix should start with a /.
i set it in bitnami/superset ,but it is not work!!!
like this i want root url is http://ip:port/superset ,i want it deploy on k8s.
Screenshots/recordings
No response
Superset version
5.0.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem.
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.