✘ Container twenty-server-1 Error 70.8s
I run bash <(curl -sL https://git.new/20) but due to precedent installations I was not able to clear I suppose the password is not correct but I cannot find how to fix it?
I got this error
[+] Running 6/6
✔ Network twenty_default Created 0.1s
✔ Container twenty-db-1 Healthy 8.4s
✔ Container twenty-change-vol-ownership-1 Exited 2.5s
✔ Container twenty-redis-1 Started 1.9s
✘ Container twenty-server-1 Error 70.8s
✔ Container twenty-worker-1 Created 0.0s
dependency failed to start: container twenty-server-1 is unhealthy
❌ Something went wrong, exiting: 1
Any help?
Thanks 🙌
Git.new – Free GitHub Link Shortener
Shorten your GitHub URLs or links with git.new – a free, branded GitHub URL shortener powered by Dub.co
2 Replies
docker logs twenty-server-1
[Nest] 1 - 01/19/2025, 10:53:37 PM ERROR [TypeOrmModule] Unable to connect to the database (metadata). Retrying (9)...
error: password authentication failed for user "postgres"
at Parser.parseErrorMessage (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:283:98)
at Parser.handlePacket (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:122:29)
at Parser.parse (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:35:38)
at Socket.<anonymous> (/app/node_modules/pg/node_modules/pg-protocol/dist/index.js:11:42)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
[Nest] 1 - 01/19/2025, 10:53:37 PM ERROR [ExceptionHandler] password authentication failed for user "postgres"
error: password authentication failed for user "postgres"
at Parser.parseErrorMessage (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:283:98)
at Parser.handlePacket (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:122:29)
at Parser.parse (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:35:38)
at Socket.<anonymous> (/app/node_modules/pg/node_modules/pg-protocol/dist/index.js:11:42)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
Db Password fixed but still getting the error.
And was never reachable at localhost:3000
Can you share your docker ENV?
It's hard to tell otherwise.