LefterisXefteris commented on issue #43328:
URL: https://github.com/apache/airflow/issues/43328#issuecomment-2463337647
Hello @bbovenzi !
I've set up the new development environment following the instructions in
`dev/breeze/README.md`. Current status:
✅ Successfully implemented:
- Breeze installation and configuration using the new UV-based workflow
- Created UV virtual environment and synced dependencies from
`dev/breeze/uv.lock`
- Legacy UI accessible at :28080
- Postgres backend running
❌ Issue:
Receiving 404 Not Found when attempting to access the FastAPI UI at
`localhost:29091`.
Current setup:
```bash
# Environment
breeze start-airflow --dev-mode AND
breeze start-airflow --dev-mode --python 3.10 --use-uv --backend postgres
# Running containers show proper port mapping
$ docker ps
CONTAINER ID IMAGE PORTS
d16ac27f695e ghcr.io/apache/airflow/main/ci/python3.10:latest
0.0.0.0:29091->9091/tcp
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]