GitHub user decten created a discussion: [UI] Airflow 3.1.5 UI rendering looks 
broken/incomplete (both Light/Dark) despite no errors in console/logs

### Apache Airflow version
3.1.5 (latest)

### Versions of Apache Airflow Providers
* apache-airflow-providers-celery
* apache-airflow-providers-redis

### Deployment
virtualenv

### Deployment details
* Python: 3.12
* Executor: CeleryExecutor
* Database: Postgres / Redis (Broker)
* Browser: Edge

### What happened
I am writing this issue in pure desperation after struggling for days. 😭

I have successfully installed Airflow 3.1.5. All backend components are healthy:
1. `airflow api-server` is running on port 9000.
2. `airflow scheduler` is running.
3. `airflow celery worker` is running.
4. Redis connection is confirmed (`airflow celery list-workers` shows my worker 
correctly).
5. DAGs are actually running successfully in the background.

**The Problem:**
However, the UI looks "broken" or extremely incomplete. It does not look like 
the modern React UI shown in the official screenshots at all. It feels like CSS 
is loaded but the layout is completely empty or raw.

* **Light Mode:** Just white background, simple text, no graphs.
* **Dark Mode:** Just black background, simple text, no graphs.

I have attached screenshots of my current situation:
<img width="796" height="482" alt="image" 
src="https://github.com/user-attachments/assets/89626a6a-dafd-4abd-a064-06246e20c8b7";
 />
<img width="797" height="476" alt="image" 
src="https://github.com/user-attachments/assets/f598a379-9d89-49e9-a004-8c72b606da91";
 />


GitHub link: https://github.com/apache/airflow/discussions/60441

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to