You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system are you seeing the problem on?
macOS
What version of Python are you running Phoenix with?
3.11.2, from base image gcr.io/distroless/python3-debian12:nonroot
What version of Python or Node are you using instrumentation with?
No response
What instrumentation are you using?
No response
What happened?
hi, i pulled images from docker hub with tags latest, version-8.12.1, version-8.10.0, and then ran a container through docker run -d -p 6006:6006. when entering playground tab, the ui reported something went wrong, which could reproduce on all the three tags latest, version-8.12.1, version-8.10.0, .
UI
backend
docker logs reported as follows:
What did you expect to happen?
phoenix worked well
How can we reproduce the bug?
docker run -d -p 6006:6006 arizephoenix/phoenix:latest
@cephalization thanks for responding. The problem hae been solved. it's a upgrade process without persistenting db. At the very beginning, i ran a phoenix container with version 7.7.1, then destroyed it and created a new one with version 8.12.1. i tried clearing browser cache, after which the error from both UI and backend disappeared.
Where do you use Phoenix
Container (self-hosted)
What version of Phoenix are you using?
v8.12.1, v8.10.0
What operating system are you seeing the problem on?
macOS
What version of Python are you running Phoenix with?
3.11.2, from base image gcr.io/distroless/python3-debian12:nonroot
What version of Python or Node are you using instrumentation with?
No response
What instrumentation are you using?
No response
What happened?
hi, i pulled images from docker hub with tags latest, version-8.12.1, version-8.10.0, and then ran a container through
docker run -d -p 6006:6006
. when entering playground tab, the ui reported something went wrong, which could reproduce on all the three tags latest, version-8.12.1, version-8.10.0, .UI
backend
docker logs
reported as follows:What did you expect to happen?
phoenix worked well
How can we reproduce the bug?
Additional information
it seemed related to #6452
The text was updated successfully, but these errors were encountered: