Pangolin does not start after installation script #1797

Closed
opened 2026-04-05 19:41:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Electric85 on 2/9/2025

When I install Pangolin using the installation script I get an error.
The following is displayed in the logs.
Does anyone have any idea how to fix the error?
I have reinstalled it several times. Unfortunately, I always get the same error.

[+] Running 3/3pose logs -f
✔ Container traefik Created 0.0s
✔ Container gerbil Created 0.0s
✘ Container pangolin Error 6.7s
dependency failed to start: container pangolin is unhealthy
Installation complete!

pangolin |
pangolin | Starting migrations from version 1.0.0-beta.12
pangolin | Migrations to run:
pangolin | All migrations completed successfully
pangolin | /app/server/lib/config.ts:240
pangolin | throw new Error(Invalid configuration file: ${errors});
pangolin | ^
pangolin |
pangolin |
pangolin | Error: Invalid configuration file: Validation error: Your password must meet the following conditions:
pangolin | at least one uppercase English letter,
pangolin | at least one lowercase English letter,
pangolin | at least one digit,
pangolin | at least one special character. at "users.server_admin.password"
pangolin | at Config.loadConfig (/app/server/lib/config.ts:240:19)
pangolin | at new Config (/app/server/lib/config.ts:164:14)
pangolin | at (/app/server/lib/config.ts:363:23)
pangolin |
pangolin | Node.js v20.18.2
pangolin exited with code 1

*Originally created by @Electric85 on 2/9/2025* When I install Pangolin using the installation script I get an error. The following is displayed in the logs. Does anyone have any idea how to fix the error? I have reinstalled it several times. Unfortunately, I always get the same error. [+] Running 3/3pose logs -f ✔ Container traefik Created 0.0s ✔ Container gerbil Created 0.0s ✘ Container pangolin Error 6.7s dependency failed to start: container pangolin is unhealthy Installation complete! pangolin | pangolin | Starting migrations from version 1.0.0-beta.12 pangolin | Migrations to run: pangolin | All migrations completed successfully pangolin | /app/server/lib/config.ts:240 pangolin | throw new Error(`Invalid configuration file: ${errors}`); pangolin | ^ pangolin | pangolin | pangolin | Error: Invalid configuration file: Validation error: Your password must meet the following conditions: pangolin | at least one uppercase English letter, pangolin | at least one lowercase English letter, pangolin | at least one digit, pangolin | at least one special character. at "users.server_admin.password" pangolin | at Config.loadConfig (/app/server/lib/config.ts:240:19) pangolin | at new Config (/app/server/lib/config.ts:164:14) pangolin | at <anonymous> (/app/server/lib/config.ts:363:23) pangolin | pangolin | Node.js v20.18.2 pangolin exited with code 1
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1797