[
https://issues.apache.org/jira/browse/AIRFLOW-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788046#comment-16788046
]
ASF subversion and git services commented on AIRFLOW-3780:
----------------------------------------------------------
Commit 8e5eb07fd2c54274b284574d625e4be0b09ec4f2 in airflow's branch
refs/heads/v1-10-stable from Ian Wong
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=8e5eb07 ]
[AIRFLOW-3780] Fix some incorrect when base_url is used (#4643)
Some links are incorrect when base_url is set.
> 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
> Priority: Minor
> Fix For: 1.10.3
>
>
> 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)