# server starts
Listening on port 8080
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
at onclose (node:internal/streams/end-of-stream:162:30)
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_STREAM_PREMATURE_CLOSE'
}
Node.js v22.17.0
# after this is another "listening on" log; the container restarted
# server starts
Listening on port 8080
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
at onclose (node:internal/streams/end-of-stream:162:30)
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_STREAM_PREMATURE_CLOSE'
}
Node.js v22.17.0
# after this is another "listening on" log; the container restarted