*** Could not read served logs: Invalid URL 'http://:8793/log/dag_id= .... No host supplied #55268
Unanswered
GeorgesNass
asked this question in
General
Replies: 1 comment
-
Hello @GeorgesNass, I tried to reproduce the error with your setup but couldn't replicate it on my end. This could be environment-specific since I only tested on my MacBook. I think some additional information would help with troubleshooting. Could we try the following:
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Airflow with Docker Compose: Log reading error (Invalid URL)
Disclaimer
I have already searched for similar issues in the Airflow GitHub and forums.
However, I found that most of the existing threads are either ambiguous or incomplete.
To avoid confusion, I am providing all my configuration files and steps here so that the community can help me resolve this issue precisely.
Context
I’m trying to deploy Apache Airflow with Docker Compose on a dedicated VM.
I built a custom image (
airflow-mlops:latest
) and configured Postgres as the backend.However, I always get an error when trying to read task logs in the Web UI:
Environment
Configuration files
.env
Dockerfile
docker-compose.yaml
Commands used
Problem
How can I fix this invalid log URL issue?
Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions