Hi, when using last release UI is not opening
Hi Sanjana Y. thanks I use v10.13.2 as on screenshot. Checked on chrome and safari - both not working
do I need update any other libraries?
Igor B. Shouldn't require any other updates. Can you send over a code snippet or which commands you are running to get phoenix started
im using docker pull arizephoenix/phoenix:latest then docker run -p 6006:6006 arizephoenix/phoenix:latest
I just use phoenix serve in my laptop terminal
Hm, interesting. With docker - same behavior. Now I rollback to 10.10.0 as before, and UI is still not loading No errors in terminal
So I recreated venv, installed back 10.10.0 and now it runs and UI
I see that comparing to prev it was stuck in those stages
INFO: 127.0.0.1:51318 - "GET / HTTP/1.1" 200 OK
INFO: 127.0.0.1:51320 - "GET /assets/vendor-arizeai-Ct6kvW4e.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51323 - "GET /assets/components-DIL5A2s_.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51321 - "GET /assets/vendor-shiki-BpqODMgR.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51320 - "GET /assets/vendor-WIZid84E.css HTTP/1.1" 200 OK
INFO: 127.0.0.1:51322 - "GET /assets/vendor-codemirror-BxoXtD6f.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51318 - "GET /assets/vendor-three-C5WAXd5r.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51319 - "GET /assets/vendor-ARQZvmz5.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51320 - "GET /assets/vendor-recharts-Cl8AO7Np.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51323 - "GET /assets/pages-DNp2bYa0.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51320 - "GET /assets/index-BX0gVSKm.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51318 - "GET /modernizr.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51321 - "POST /graphql HTTP/1.1" 200 OK
INFO: 127.0.0.1:51319 - "POST /graphql HTTP/1.1" 200 OK
INFO: 127.0.0.1:51326 - "POST /graphql HTTP/1.1" 200 OK
INFO: 127.0.0.1:51326 - "GET /favicon.ico HTTP/1.1" 200 OK
INFO: 127.0.0.1:51327 - "POST /graphql HTTP/1.1" 200 OK
INFO: 127.0.0.1:51327 - "POST /graphql HTTP/1.1" 200 OKthere were no those log lines
now they exist
so again, updated to 10.13.2 started server and now I have only
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:6006 (Press CTRL+C to quit)
Hm, seems it unfreezed and now I see those missed log lines and have UI working with 10.13.2
Thanks Sanjana Y.
