Replies: 1 comment 3 replies
-
You need to look at what webserver logs show you in when you try to access the logs. Webserver should show you some errors when you try to access it, they should give you clue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Content:
I've set up Apache Airflow using Docker compose on my Mac (M1 chip). The installation and setup process went well, and I can successfully access the Airflow Webserver and Scheduler. However, when I try to view the task logs through the Airflow UI, the log display is blank.
I'm using the following versions:
In my Docker compose setup, I've mounted a local directory to the Airflow logs directory in the container, and also set up the directories as follows:
When I check my local log directory (
/Users/dengshu/Documents/airflow/logs
), the logs seem to be present. However, in the Airflow UI, when I try to access the logs, it returns a 404 error. The request details are as follows:Has anyone else experienced this issue? I'd appreciate any help or guidance on how to resolve this.
Beta Was this translation helpful? Give feedback.
All reactions