keshan17 commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-3248529576
Hi team, I’ve deployed Airflow 3.0.6 on ECS Fargate with the following setup: Components: api-server, scheduler, dag-processor, trigger Storage: EFS mounted Web UI: Loading successfully, and all components show as healthy However, when I try to run a DAG, I get the following error: Could not read served logs: Invalid URL 'http://:8793/log/dag_id=1.log': No host supplied Here are the relevant configurations I’m using: AIRFLOW__CORE__EXECUTOR: LocalExecutor AIRFLOW__WEBSERVER__BASE_URL: http://<ALB>:8080 AIRFLOW__API_AUTH__JWT_SECRET: <set> AIRFLOW__CORE__FERNET_KEY: <set> AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: <set> Has anyone run into this issue before, or know what could be causing the missing host in the log URL? Thanks! -- 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]
