Skip to content

Second Vite dev server (Simple Auth Manager UI) never starts in breeze dev mode #60930

@choo121600

Description

@choo121600

Apache Airflow version

main (development)

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

No response

What happened?

In compile_ui_assets_dev.py, the Simple Auth Manager UI dev server never starts because the first pnpm dev uses subprocess.run which blocks indefinitely.

related: #60786

What you think should happen instead?

Both UI dev servers should start:

  • airflow/ui
  • airflow/api_fastapi/auth/managers/simple/ui

How to reproduce

breeze --backend postgres start-airflow --dev-mode --use-mprocs

Operating System

osx

Versions of Apache Airflow Providers

No response

Deployment

Official Apache Airflow Helm Chart

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

Assignees

Labels

area:UIRelated to UI/UX. For Frontend Developers.area:corekind:bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions