When the DAG is deleted, the 404 Not Found page is shown after confirmation to delete one and leads to the <domain name>/admin/ page. Maybe it should lead to <domain name>/airflow/admin/ page.
Steps to Reproduce:
Create DAG on Airflow plugin.
Click Delete tag and confirm action.
Notice that page with 404 Not Found nginx/1.17.8 shown. (URL:<domain name>/admin/)
Actual result
When the DAG is deleted, the 404 Not Found page is shown after confirmation to delete one. (URL:<domain name>/admin/).
Expected result
When the DAG is deleted and action is confirmed, the site should lead to main Airflow plugin page. (URL:<domain name>/airflow/admin/).
Description
When the DAG is deleted, the
404 Not Found
page is shown after confirmation to delete one and leads to the<domain name>/admin/
page. Maybe it should lead to<domain name>/airflow/admin/
page.Steps to Reproduce:
404 Not Found nginx/1.17.8
shown. (URL:<domain name>/admin/
)Actual result
When the DAG is deleted, the
404 Not Found
page is shown after confirmation to delete one. (URL:<domain name>/admin/
).Expected result
When the DAG is deleted and action is confirmed, the site should lead to main Airflow plugin page. (URL:
<domain name>/airflow/admin/
).Attachments