Lohith625 commented on PR #57710:
URL: https://github.com/apache/airflow/pull/57710#issuecomment-3477860245

   Hi @jscheffl đź‘‹
   
   Thanks for following up!
   
   I tried setting up the full UI environment locally to test the change but 
ran into some issues.
   
   Here’s what I’ve done so far:
   
   Installed and configured Breeze successfully.
   
   Ran breeze start-airflow — backend services started fine.
   
   In another terminal, I ran npm run dev inside airflow-core/src/airflow/ui.
   
   
   Both commands started successfully, but when I opened the localhost links 
(e.g., http://localhost:8080 and the Vite dev port like 5173), the pages were 
blank (no UI rendered).
   I also tried breeze compile-ui-assets and restarting Breeze, but the result 
was the same.
   
   After that, I tried a separate docker-compose setup (with an .env file and 
Airflow folder).
   That one started fine, but I realized it’s the demo environment using 
prebuilt images — so my local UI changes didn’t appear there.
   
   The UI build (npm run build) completes successfully, so I think my frontend 
code is fine — I’m just struggling to get the dev environment to render the UI.
   
   Could you please help me understand what I might be missing, or if there’s a 
specific step to make the frontend appear correctly when using Breeze?
   
   Any guidance would mean a lot 🙏


-- 
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]

Reply via email to