Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: UI report an error: js[n] is not a function #6758

Closed
OliverWoo opened this issue Mar 11, 2025 · 2 comments
Closed

[BUG]: UI report an error: js[n] is not a function #6758

OliverWoo opened this issue Mar 11, 2025 · 2 comments
Assignees
Labels
bug Something isn't working c/ui triage issues that need triage

Comments

@OliverWoo
Copy link

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

Image

backend

docker logs reported as follows:
Image

What did you expect to happen?

phoenix worked well

How can we reproduce the bug?

  1. docker run -d -p 6006:6006 arizephoenix/phoenix:latest
  2. go to http://localhost:6006/playground

Additional information

it seemed related to #6452

@OliverWoo OliverWoo added bug Something isn't working triage issues that need triage labels Mar 11, 2025
@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Mar 11, 2025
@dosubot dosubot bot added the c/ui label Mar 11, 2025
@cephalization
Copy link
Contributor

Hey @OliverWoo thanks for the report, and sorry to hear you are having trouble.

Is this a fresh install of phoenix or an upgrade? Are you using sqlite or postgres?

@cephalization cephalization self-assigned this Mar 11, 2025
@OliverWoo
Copy link
Author

@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.

@github-project-automation github-project-automation bot moved this from 📘 Todo to ✅ Done in phoenix Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c/ui triage issues that need triage
Projects
Status: Done
Development

No branches or pull requests

2 participants