-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:coregood first issuekind:bugThis is a clearly a bugThis is a clearly a bug
Milestone
Description
Apache Airflow version
3.0.0a1
If "Other Airflow 2 version" selected, which one?
3.0.0a1
What happened?
When click "We have a new UI for Airflow 3.0 Check it out now!", it goes to http://localhost:29091/webapp and thus finds nothing.
What you think should happen instead?
It should go to http://localhost:9091/webapp instead. (or other ports depending on the setup)
How to reproduce
uv venv --python 3.12
uv pip install \
--find-links https://dist.apache.org/repos/dist/dev/airflow/3.0.0a1/ \
apache-airflow==3.0.0a1 \
apache-airflow-task-sdk==1.0.0a1 \
apache-airflow-providers-standard==0.1.0a1 \
apache-airflow-providers-fab==2.0.0a1 \
apache-airflow-providers-celery==3.11.0a1
export AIRFLOW_HOME=`pwd`
uv run airflow db migrate
uv run airflow standalone- Open
http://localhost:8080 - Click the "Check it out now!" link of "We have a new UI for Airflow 3.0 Check it out now!"
Operating System
macOS 15.3
Versions of Apache Airflow Providers
apache-airflow-providers-celery==3.11.0a1
apache-airflow-providers-common-compat==1.3.0
apache-airflow-providers-common-io==1.5.0
apache-airflow-providers-common-sql==1.21.0
apache-airflow-providers-fab==2.0.0a1
apache-airflow-providers-ftp==3.12.0
apache-airflow-providers-http==5.0.0
apache-airflow-providers-imap==3.8.0
apache-airflow-providers-smtp==1.9.0
apache-airflow-providers-sqlite==4.0.0
apache-airflow-providers-standard==0.1.0a1
Deployment
Other
Deployment details
airflow standalone
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:coregood first issuekind:bugThis is a clearly a bugThis is a clearly a bug