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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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