warn: DB Configuration is empty or incomplete. Switching to Setup mode... / error:Listening on port 3000 requires elevated privileges! #7471
Unanswered
Bingcheng2023
asked this question in
Error / Bug Report
Replies: 1 comment
-
Workaround: Restart |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error output
PS E:\Wiki> node server
Loading configuration from E:\Wiki\config.yml... OK
2024-12-07T03:12:05.457Z [MASTER] info: =======================================
2024-12-07T03:12:05.457Z [MASTER] info: = Wiki.js 2.5.305 =====================
2024-12-07T03:12:05.458Z [MASTER] info: =======================================
2024-12-07T03:12:05.458Z [MASTER] info: Initializing...
2024-12-07T03:12:06.072Z [MASTER] info: Using database driver pg for postgres [ OK ]
2024-12-07T03:12:06.074Z [MASTER] info: Connecting to database...
(node:32380) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
(Use
node --trace-deprecation ...
to show where the warning was created)2024-12-07T03:12:06.126Z [MASTER] info: Database Connection Successful [ OK ]
2024-12-07T03:12:06.149Z [MASTER] warn: DB Configuration is empty or incomplete. Switching to Setup mode...
2024-12-07T03:12:06.149Z [MASTER] info: Starting setup wizard...
2024-12-07T03:12:06.290Z [MASTER] info: Starting HTTP server on port 3000...
2024-12-07T03:12:06.290Z [MASTER] info: HTTP Server on port: [ 3000 ]
2024-12-07T03:12:06.292Z [MASTER] error: Listening on port 3000 requires elevated privileges!
use
in Windows 11 23H2
db:
type: postgres
PostgreSQL / MySQL / MariaDB / MS SQL Server only:
host: localhost
port: 5432
user: postgres
pass: ********
db: postgres
ssl: false
Other settings have not changed
I searched the internet in China and found no related problems
Beta Was this translation helpful? Give feedback.
All reactions