Hello outerbounds,
I am trying to setup metaflow UI on my local setup and I don't know what to do, as the connection between metaflow services and metaflow UI fails without explicit error message. Can you guide me towards fixing this problem, please ?
I am running metaflow services on localhost:8084 with "python3 -m services.metadata_service.server" (docker compose up was failing due to a missing relation public.flowsv3" something like that) and I am running the metaflow UI with " docker run -p 3000:3000 -e METAFLOW_SERVICE=
http://localhost:8084/ metaflow-ui:latest".
Both are running, I can see the metaflow UI in my browser. The only thing is that it displays "Error loading data", 500, Unknown error. On the service side, it seems like it received the request but could not answer it : "INFO
aiohttp.access127.0.0.1 [11/Sep/2023
1000:14 +0000] "GET /ws HTTP/1.1" 404 173 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"".