I can't access the GUI #168

Open
opened 2026-04-05 16:16:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @moonsorrox on 10/5/2025

I installed Open Archiver on my Unraid server. The container starts, but I can't access the web interface.
The log shows the following:

╭ Warning ─────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: msgpackr-extract, sqlite3. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed │
│ to run scripts. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯

packages/frontend prepare$ svelte-kit sync || echo ''
packages/frontend prepare: Missing Svelte config file in /app/packages/frontend — skipping
packages/frontend prepare: Done
Done in 3.2s using pnpm v10.13.1

open-archiver@0.3.4 db:migrate /app
dotenv -- pnpm --filter @open-archiver/backend db:migrate

@open-archiver/backend@0.1.0 db:migrate /app/packages/backend
node dist/database/migrate.js

[dotenv@17.2.0] injecting env (0) from .env (tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] })
Running migrations...
/app/packages/backend:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @open-archiver/backend@0.1.0 db:migrate: node dist/database/migrate.js
Exit status 1
 ELIFECYCLE  Command failed with exit code 1.

*Originally created by @moonsorrox on 10/5/2025* I installed Open Archiver on my Unraid server. The container starts, but I can't access the web interface. The log shows the following: ╭ Warning ─────────────────────────────────────────────────────────────────────╮ │ │ │ Ignored build scripts: msgpackr-extract, sqlite3. │ │ Run "pnpm approve-builds" to pick which dependencies should be allowed │ │ to run scripts. │ │ │ ╰──────────────────────────────────────────────────────────────────────────────╯ packages/frontend prepare$ svelte-kit sync || echo '' packages/frontend prepare: Missing Svelte config file in /app/packages/frontend — skipping packages/frontend prepare: Done Done in 3.2s using pnpm v10.13.1 > open-archiver@0.3.4 db:migrate /app > dotenv -- pnpm --filter @open-archiver/backend db:migrate > @open-archiver/backend@0.1.0 db:migrate /app/packages/backend > node dist/database/migrate.js [dotenv@17.2.0] injecting env (0) from .env (tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] }) Running migrations... /app/packages/backend:  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @open-archiver/backend@0.1.0 db:migrate: `node dist/database/migrate.js` Exit status 1  ELIFECYCLE  Command failed with exit code 1.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#168