OpenWebUI does not successfully deploy #1350

Closed
opened 2026-02-05 00:26:32 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bonez56 on GitHub (Jul 27, 2025).

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

OpenWebUI

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

The installer does not successfully finish the application. If I try to access http://ip:8080 after the install is finished, I just get a black screen with OI in the middle and it does not load any further.

🔄 Steps to reproduce the issue.

Run the script, choose Advanced Settings, configure as desired (with verbose mode), sip coffee.

Paste the full error output (if available).

The scrips runs for quite a while as it goes through building all the packages etc, but then it fails with the below:

.svelte-kit/output/server/chunks/Collapsible.js 65.73 kB │ map: 94.22 kB
.svelte-kit/output/server/chunks/menu-trigger.js 76.74 kB │ map: 152.89 kB
.svelte-kit/output/server/entries/pages/_layout.svelte.js 85.47 kB │ map: 82.08 kB
.svelte-kit/output/server/index.js 105.53 kB │ map: 246.10 kB
.svelte-kit/output/server/chunks/Settings.js 113.96 kB │ map: 413.94 kB
.svelte-kit/output/server/entries/pages/(app)/notes/id/_page.svelte.js 121.46 kB │ map: 132.99 kB
.svelte-kit/output/server/entries/pages/(app)/channels/id/_page.svelte.js 180.03 kB │ map: 69.73 kB
.svelte-kit/output/server/chunks/Messages.js 201.68 kB │ map: 209.54 kB
.svelte-kit/output/server/entries/pages/(app)/_layout.svelte.js 243.70 kB │ map: 244.14 kB
.svelte-kit/output/server/chunks/Chat.js 402.38 kB │ map: 578.66 kB
[vite-plugin-static-copy] Copied 2 items.
✓ built in 2m 33s

Run npm run preview to preview your production build locally.

Using @sveltejs/adapter-static
error during build:
Error: ENOSPC: no space left on device, copyfile '/opt/open-webui/.svelte-kit/output/client/_app/immutable/chunks/C2RcRUEa.js' -> 'build/_app/immutable/chunks/C2RcRUEa.js'
at Object.copyFileSync (node:fs:3085:11)
at go (file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:70:8)
at file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:55:5
at Array.forEach ()
at go (file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:54:25)
at file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:55:5
at Array.forEach ()
at go (file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:54:25)
at file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:55:5
at Array.forEach ()

[ERROR] in line 45: exit code 0: while executing command $STD npm run build

[ERROR] in line 1281: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"var_install".sh)" ?

root@pve:~#

🖼️ Additional context (optional).

No response

Originally created by @bonez56 on GitHub (Jul 27, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? OpenWebUI ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. The installer does not successfully finish the application. If I try to access http://ip:8080 after the install is finished, I just get a black screen with OI in the middle and it does not load any further. ### 🔄 Steps to reproduce the issue. Run the script, choose Advanced Settings, configure as desired (with verbose mode), sip coffee. ### ❌ Paste the full error output (if available). The scrips runs for quite a while as it goes through building all the packages etc, but then it fails with the below: .svelte-kit/output/server/chunks/Collapsible.js 65.73 kB │ map: 94.22 kB .svelte-kit/output/server/chunks/menu-trigger.js 76.74 kB │ map: 152.89 kB .svelte-kit/output/server/entries/pages/_layout.svelte.js 85.47 kB │ map: 82.08 kB .svelte-kit/output/server/index.js 105.53 kB │ map: 246.10 kB .svelte-kit/output/server/chunks/Settings.js 113.96 kB │ map: 413.94 kB .svelte-kit/output/server/entries/pages/(app)/notes/_id_/_page.svelte.js 121.46 kB │ map: 132.99 kB .svelte-kit/output/server/entries/pages/(app)/channels/_id_/_page.svelte.js 180.03 kB │ map: 69.73 kB .svelte-kit/output/server/chunks/Messages.js 201.68 kB │ map: 209.54 kB .svelte-kit/output/server/entries/pages/(app)/_layout.svelte.js 243.70 kB │ map: 244.14 kB .svelte-kit/output/server/chunks/Chat.js 402.38 kB │ map: 578.66 kB [vite-plugin-static-copy] Copied 2 items. ✓ built in 2m 33s Run npm run preview to preview your production build locally. > Using @sveltejs/adapter-static error during build: Error: ENOSPC: no space left on device, copyfile '/opt/open-webui/.svelte-kit/output/client/_app/immutable/chunks/C2RcRUEa.js' -> 'build/_app/immutable/chunks/C2RcRUEa.js' at Object.copyFileSync (node:fs:3085:11) at go (file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:70:8) at file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:55:5 at Array.forEach (<anonymous>) at go (file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:54:25) at file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:55:5 at Array.forEach (<anonymous>) at go (file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:54:25) at file:///opt/open-webui/node_modules/@sveltejs/kit/src/utils/filesystem.js:55:5 at Array.forEach (<anonymous>) [ERROR] in line 45: exit code 0: while executing command $STD npm run build [ERROR] in line 1281: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? root@pve:~# ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:26:32 +03:00
Author
Owner

@bonez56 commented on GitHub (Jul 27, 2025):

Never mind, user error. Carry on.

@bonez56 commented on GitHub (Jul 27, 2025): Never mind, user error. Carry on.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1350