SIGN IN SIGN UP
apache / airflow UNCLAIMED

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

44809 0 0 Python

Fix edge executor UI navigation when behind reverse proxy with subpath (#63777)

The /api/v2/version call in NavTabs used a hardcoded absolute path,
  which 404s when Airflow is served under a subpath (e.g. /airflow/).
  This prevented the nav tabs from rendering, forcing users to navigate
  via inline table links that lacked relative=path, causing URLs to
  append instead of replace (e.g. /worker/jobs/worker/...).
D
Dheeraj Turaga committed
af239855e76fbf076fe226ee5fb044ab4965cef5
Parent: 7f9c310
Committed by GitHub <noreply@github.com> on 3/17/2026, 7:38:22 PM