GitHub user Ekarry edited a comment on the discussion: Could not read served 
logs: Invalid URL 'http://:8793....': Not host supplied

Hi. I'm using Airflow 3.0.6 (k8s) - upgraded from v2.11.0.
The following solution worked for me: added variables to Airflow.cfg and 
Deployments/Stateful Stats:
1._[core]_
...
internal_api_secret_key = ${AIRFLOW__CORE__INTERNAL_API_SECRET_KEY_SECRET}
**execution_api_server_url = http://airflow-webserver:8080/execution/** # a 
very important parameter, because By default, http://localhost:8080/execution/
2. Block with the [dag_processor] setting
3. [api]
...
workers = 2
base_url = http://airflow.your_domain.ru
4. [api_auth]
jwt_secret = ${AIRFLOW__API_AUTH__JWT_SECRET}

GitHub link: 
https://github.com/apache/airflow/discussions/45525#discussioncomment-15256967

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to