79590340

Date: 2025-04-24 10:25:35
Score: 0.5
Natty:
Report link

You're getting 404 because the base URL path /airflow is incorrect. Airflow's webserver serves from root (/), not /airflow.

Try curling:

curl http://localhost:8080/

Also, set:

AIRFLOW__WEBSERVER__BASE_URL=http://localhost:8080

Remove /airflow from any URLs or configs unless you're reverse proxying.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adel Alaa