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
FROM arizephoenix/phoenix:latest
ENV PHOENIX_HOST_ROOT_PATH="/csg-innv-mcp-phoenix-ecs"
VOLUME ["/phoenix/data"]
EXPOSE 80
When I try to get my ui to see the projects or something I get this!