dheerajturaga opened a new pull request, #56189:
URL: https://github.com/apache/airflow/pull/56189

     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
   
   <img width="1642" height="191" alt="image" 
src="https://github.com/user-attachments/assets/54399bb9-e04a-4c0a-97be-f0916808b23a";
 />
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to