Hi everyone
I’m running Apache Superset via Docker Compose in GitHub Codespaces.
The UI is accessible at github dev.
The issue:
When I click the “Create Dashboard” (or “Create Chart”) button, Superset redirects me to localhost:8088/ dashboard/new/ instead of staying on the Codespaces domain.
What I’ve already tried:
Setting variables in docker-compose
ENABLE_PROXY_FIX: “true”
CYPRESS_CONFIG_BASE_URL: https://xxxxxx.app.github.dev/
OVERRIDE_BASE_URL = “https://xxxxxx.app.github.dev/”
endless loading if i try:
SUPERSET_WEBSERVER_DOMAINS = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
OVERRIDE_BASE_URL = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
endless loading if i try:
SUPERSET_WEBSERVER_DOMAINS = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
redirect to http://localhost:8088/dashboard/new/ if i try:
SUPERSET_WEBSERVER_ADDRESS = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
OVERRIDE_BASE_URL = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
redirect to http://localhost:8088/dashboard/new/ if i try:
SUPERSET_WEBSERVER_ADDRESS = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
redirect to http://localhost:8088/dashboard/new/ if i try:
SUPERSET_WEBSERVER_BASEURL = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
OVERRIDE_BASE_URL = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev'
redirect to http://localhost:8088/dashboard/new/ if i try:
SUPERSET_WEBSERVER_BASEURL = 'https://friendly-capybara-7jvxwxv77w7hpj44-8088.app.github.dev' ```
I might have quoted a bots hallucinated answer. This does not really seem Docker related, you should ask the experts in an Apache Superset support forum about the application configuration.