Static file not being loaded in web server in docker-compose
See original GitHub issueApache Airflow version: apache/airflow:master-python3.8
Environment:
Cloud provider or hardware configuration: OS (e.g. from /etc/os-release): Mac OS 10.16.5 Kernel (e.g. uname -a): Darwin Kernel Version 19.6.0
Browser: Google Chrome Version 89.0.4389.90
What happened:
I am having an issue with running apache/airflow:master-python3.8
with docker-compose.
The log of the webserver says Please make sure to build the frontend in static/ directory and restart the server
when it is running. Due to static files not being loaded, login and dags are not working.
What you expected to happen: static files being loaded correctly.
How to reproduce it: My docker-compose is based on the official example. https://github.com/apache/airflow/blob/master/docs/apache-airflow/start/docker-compose.yaml
Anything else we need to know: It used to work until 2 days ago when the new docker image was released. Login prompt looks like this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (7 by maintainers)
Top GitHub Comments
Found it . My fault, sorry. Fixed in upcoming #14995
Should be there in ~ 20 minutes.