jason810496 commented on PR #54070: URL: https://github.com/apache/airflow/pull/54070#issuecomment-3172716863
There frontend not built before error when specifing with `--use-airflow-version apache/airflow:main`( even with `start-airflow --dev-mode` ). ```bash breeze start-airflow --dev-mode --python 3.10 --backend postgres --integration localstack --mount-sources providers-and-tests --use-airflow-version apache/airflow:main ``` The Airflow start successfully in Breeze, but the frontend is not built before. So it will result in 500 internal error when accessing the UI due to missing the dist of frontend. So I still switch to `main` branch and build distributions then switch back to branch of current PR and run with `--use-airflow-version wheel` ) as workaround: https://github.com/apache/airflow/pull/53821#issuecomment-3172693426 I will check where should I add the ` breeze compile-ui-assets` or how to compile the frontend before `start-airflow` when I have time tomorrow. -- 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]
