-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I did a fresh seedbox install today (new user), getting this on flood logs:
Node.js v22.9.0
Flood server 4.8.4 starting on http://0.0.0.0:3000
Starting without builtin authentication
node:internal/process/promises:392
new UnhandledPromiseRejection(reason);
^
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined".
at throwUnhandledRejectionsMode (node:internal/process/promises:392:7)
at processPromiseRejections (node:internal/process/promises:475:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:32) {
code: 'ERR_UNHANDLED_REJECTION'
}
In the web UI I get only "Bad Gateway".
Reactions are currently unavailable