Summary
Airflow DAG triggering issue due to connection problem on port 8000, attempts to change host to host.docker.internal resulting in 404 Not Found error.
Question
hello community ,i’m having trouble when i trigger dag on airflow , it keep saying that i can’t connect to the port 8000
HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/v1/connections/sync (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3028e17920>: Failed to establish a new connection: [Errno 111] Connection refused')) Tenacity will retry to execute the operation
i even try to change the host to host.docker.internal but getting 404 Not Found
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.