flolas opened a new issue #16017:
URL: https://github.com/apache/airflow/issues/16017


   
   **Apache Airflow version**: 2.1.0
   
   
   **What happened**:
   
   When  UI airflow webserver is not in /, auto-refresh from tree view fails 
(because of hardcoded base url get )
   
   tree.js
   ```
       function handleRefresh() {
       $('#loading-dots').css('display', 'inline-block');
       $.get('/object/tree_data?dag_id=${dagId}')
   ```
   
   
   **What you expected to happen**:
   
   use base_url for getting the real webserver path
   
   
   
   


-- 
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]


Reply via email to