fabrizio-wing commented on issue #52501: URL: https://github.com/apache/airflow/issues/52501#issuecomment-3415394166
@MartijnMeijers-enexis I am not sure about the changes, but have you set the AIRFLOW__API__BASE_URL and AIRFLOW__CORE__EXECUTION_API_SERVER_URL these should point to your webserver as visible inside the network where the services run for instance : ``` AIRFLOW__API__BASE_URL = ''http://webserver:8080/" AIRFLOW__CORE__EXECUTION_API_SERVER_URL = "http://webserver:8080/execution/" ``` the error you're getting make it seems as the setup is missing the host of the internal log server (see here for more details : https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/logging-tasks.html#serving-logs-from-workers-and-triggerer ) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
