sadamasin0 opened a new issue, #63456: URL: https://github.com/apache/airflow/issues/63456
### Apache Airflow version Other Airflow 3 version (please specify below) ### If "Other Airflow 3 version" selected, which one? 3.1.3 ### What happened? The extra link generated by TriggerDagRunLink (the “Triggered DAG” button) builds a UI URL without honoring base_url setting. When Airflow is running behind a reverse proxy on a subpath (e.g. /airflow/), the link breaks. ### What you think should happen instead? Extra links should use the same base URL logic documented for reverse proxy deployments. The reverse proxy guide specifically shows that Airflow must use base_url for correct link generation. ### How to reproduce 1. Run Airflow UI behind a prefix, e.g. https://myhost/myorg/airflow/ 2. Use TriggerDagRunOperator 3. After the task completes, open Task Details → Extra links 4. Click Triggered DAG → browser attempts to open /dags/... instead of /myorg/airflow/dags/... ### Operating System Red Hat Enterprise Linux 8.10 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
