Skip to content

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

Merged
jscheffl merged 1 commit intoapache:mainfrom
dheerajturaga:bugfix/edge-ui-navigation
Mar 17, 2026
Merged

Fix edge executor UI navigation when behind reverse proxy with subpath#63777
jscheffl merged 1 commit intoapache:mainfrom
dheerajturaga:bugfix/edge-ui-navigation

Conversation

@dheerajturaga
Copy link
Member

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/...).

  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/...).
@dheerajturaga dheerajturaga requested a review from jscheffl as a code owner March 17, 2026 04:49
@boring-cyborg boring-cyborg bot added area:providers provider:edge Edge Executor / Worker (AIP-69) / edge3 labels Mar 17, 2026
Copy link
Contributor

@jscheffl jscheffl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@jscheffl jscheffl merged commit af23985 into apache:main Mar 17, 2026
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:edge Edge Executor / Worker (AIP-69) / edge3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants