mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
issue: Leaderboard not loading #5830
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JTHesse on GitHub (Jul 21, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Leaderboard should be loaded and visible.
Actual Behavior
Leaderboard keeps loading indefinitely.
Steps to Reproduce
Logs & Screenshots
Additional Information
It seems to me that the rating object can't be accessed here
feedback.data.rating.toString(), because old feedback data might not contain this.I think in those cases, the feedback can be scratched.
PR can be provided, if you guys agree with me.
@tjbck commented on GitHub (Jul 30, 2025):
Should be addressed with
f027df06d1in dev!