[GH-ISSUE #10909] 500 internal error on Ubuntu 24.10 after setting up admin user #54742

Closed
opened 2026-05-05 16:39:49 -05:00 by GiteaMirror · 2 comments
Owner

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

sudo apt install -y nodejs npm

npm install uuid

error still there.

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 ``` sudo apt install -y nodejs npm npm install uuid ``` error still there.
Author
Owner

@harrywang commented on GitHub (Feb 27, 2025):

pip install open-webui==0.5.16 --force-reinstall fixed the problem.

<!-- gh-comment-id:2688764605 --> @harrywang commented on GitHub (Feb 27, 2025): `pip install open-webui==0.5.16 --force-reinstall` fixed the problem.
Author
Owner

@harrywang commented on GitHub (Feb 27, 2025):

Fixed with 0.5.18

<!-- gh-comment-id:2689028056 --> @harrywang commented on GitHub (Feb 27, 2025): Fixed with 0.5.18
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#54742