Yiheng Wang created AIRFLOW-3780:
------------------------------------
Summary: Found some pages are incorrectly redirected after set
base_url
Key: AIRFLOW-3780
URL: https://issues.apache.org/jira/browse/AIRFLOW-3780
Project: Apache Airflow
Issue Type: Bug
Components: webserver
Affects Versions: 1.10.1
Reporter: Yiheng Wang
Hi
I have set the *base_url* parameter in the airflow.cfg file to integrate
airflow GUI into our system. Most of the pages work correctly. But I still find
some pages are not correctly redirected.
Say I set base_url to [http://localhost:8080/workflow,] the admin page is
[http://localhost:8080/workflow/admin.] As far as I found, these pages redirect
to [http://localhost:8080/admin]
* Trigger button in the dag list page
* Task instances in the dag detail page
* The schedule interval tag in the dag detail page
Is this a bug or misconfiguration? If this is a bug, we'd like to submit a PR
to fix them.
Thanks
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)