The GitHub Actions job "Tests AMD" on airflow.git/bugfix/edge-respect-base-url has succeeded. Run started by GitHub user dheerajturaga (triggered by dheerajturaga).
Head commit for run: 43c2354db1ad5bd9d0b81e3e6cc5e53fbe033cd2 / Dheeraj Turaga <[email protected]> Fix Edge3 provider navigation with webserver base_url configuration The Edge3 provider's BrowserRouter was not respecting the Airflow webserver.base_url configuration, causing navigation links to generate absolute paths from root instead of properly prefixed paths. This resulted in 404 errors when Airflow is deployed with a base URL prefix (e.g., my_company.com/airflow). **Problem:** - Edge3 provider pages were navigating to /plugin/edge_worker instead of /airflow/plugin/edge_worker - This broke navigation in deployments where nginx redirects traffic from my_company.com/airflow to localhost:8080 - The issue was in JobsPage.tsx:94 where RouterLink generated links without the base URL prefix Report URL: https://github.com/apache/airflow/actions/runs/18079568205 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
