ouraios commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-2893802050
Finally found the issue when i trie to upgrade my docker airflow 2 to airflow 3. My `base_url` config in `airflow.cfg` was set to `http://localhost:8080` and it was working fine in Airflow 2 but in Airflow 3 i had to update it by using my docker hostname so in my case it became `http://webserver:8080` and the issue was finally gone 😎 Hope this will help some of you ! -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org