mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10909] 500 internal error on Ubuntu 24.10 after setting up admin user #31605
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 @harrywang on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10909
The initial setup is ok, once the admin user is created, it shows 500: Internal Error.
The console has the following error:
TypeError: crypto.randomUUID is not a function
at onedrive-file-picker.ts:87:21
handleError @ app.js:83
await in vn
(anonymous) @ (index):106
Promise.then
(anonymous) @ (index):105
I did
error still there.
@harrywang commented on GitHub (Feb 27, 2025):
pip install open-webui==0.5.16 --force-reinstallfixed the problem.@harrywang commented on GitHub (Feb 27, 2025):
Fixed with 0.5.18