Skip to content

Webserver URL returns blank page for airflow standalone for 3.0.0rc1 #48825

@dheerajturaga

Description

@dheerajturaga

Apache Airflow version

3.0.0

If "Other Airflow 2 version" selected, which one?

No response

What happened?

Airflow URL returns blank page when running airflow standalone with 3.0.0rc1

What fails:

docker run -d -p 8080:8080 --name airflow_container apache/airflow:3.0.0.rc1.post4 airflow standalone

Image

What passes:

docker run -d -p 8080:8080 --name airflow_container apache/airflow:2.10.5 airflow standalone

Image

What you think should happen instead?

No response

How to reproduce

docker run -d -p 8080:8080 --name airflow_container apache/airflow:3.0.0.rc1.post4 airflow standalone

Then open the browser http://0.0.0.0:8080

Operating System

Ubuntu 24.04

Versions of Apache Airflow Providers

No response

Deployment

Other Docker-based deployment

Deployment details

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Labels

area:corearea:webserverWebserver related Issueskind:bugThis is a clearly a bugpending-responsepriority:highHigh priority bug that should be patched quickly but does not require immediate new release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions