We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No matter what I do, when I am trying either run the script or docker compose up. I am running into this issue.
All things are default (there is no change in the env or any other place)
server-1 | [Nest] 1 - 12/18/2024, 12:07:30 PM ERROR [TypeOrmModule] Unable to connect to the database (metadata). Retrying (8)... server-1 | error: password authentication failed for user "postgres" server-1 | at Parser.parseErrorMessage (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:283:98) server-1 | at Parser.handlePacket (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:122:29) server-1 | at Parser.parse (/app/node_modules/pg/node_modules/pg-protocol/dist/parser.js:35:38) server-1 | at Socket.<anonymous> (/app/node_modules/pg/node_modules/pg-protocol/dist/index.js:11:42) server-1 | at Socket.emit (node:events:514:28) server-1 | at addChunk (node:internal/streams/readable:324:12) server-1 | at readableAddChunk (node:internal/streams/readable:297:9) server-1 | at Readable.push (node:internal/streams/readable:234:10) server-1 | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No matter what I do, when I am trying either run the script or docker compose up. I am running into this issue.
All things are default (there is no change in the env or any other place)
The text was updated successfully, but these errors were encountered: