wolfier opened a new issue #14675: URL: https://github.com/apache/airflow/issues/14675
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> <!-- IMPORTANT!!! PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE NEXT TO "SUBMIT NEW ISSUE" BUTTON!!! PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!! Please complete the next sections or the issue will be closed. These questions are the first thing we need to know to understand the context. --> **Apache Airflow version**: 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): n/a **What happened**: When I click on the "Triggered DAG" Operator Link in TriggerDagRunOperator, I am redirected with a relative link.  The redirect uses the HTML base URL and not the airflow base URL. This is only an issue if the URLs do not match. **What you expected to happen**: I expect the link to take me to the Triggered DAG tree view (default view) instead of the base url of the service hosting the webserver. **How to reproduce it**: Create an airflow deployment where the HTML base url doesn't match the airflow URL. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
