Hello, I am implementing Phoenix as a test in ECS and I am having some problems with the UI. At the moment I am doing a simple test and I have the following problems:
The task is running ok and healthy in ECS
This si my docker file:
FROM arizephoenix/phoenix:latest
ENV PHOENIX_HOST_ROOT_PATH="/csg-innv-mcp-phoenix-ecs"
VOLUME ["/phoenix/data"]
EXPOSE 80When I try to get my ui to see the projects or something I get this!
💡 Hint: Mention RunLLM in the thread for followups.
I actually can't repro anymore either.
If the PHOENIX_HOST_ROOT_PATH is removed I get errors in the routing of the assets
looks familiar try running ensure npm run build is called prior to running the app I ran a similar problem trying to run phoenix in dev mode where logs were suggesting issues with the assets, npm run build solved it for me
