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
node:internal/process/promises:394 2025-01-13T12:05:16.179525800Z triggerUncaughtException(err, true /* fromPromise */); 2025-01-13T12:05:16.179526633Z ^ 2025-01-13T12:05:16.179527300Z 2025-01-13T12:05:16.179528008Z AggregateError [ECONNREFUSED]: 2025-01-13T12:05:16.179528675Z at internalConnectMultiple (node:net:1128:18) 2025-01-13T12:05:16.179529342Z at afterConnectMultiple (node:net:1693:7) { 2025-01-13T12:05:16.179530008Z code: 'ECONNREFUSED', 2025-01-13T12:05:16.179530592Z [errors]: [ 2025-01-13T12:05:16.179531217Z Error: connect ECONNREFUSED ::1:5432 2025-01-13T12:05:16.179531842Z at createConnectionError (node:net:1656:14) 2025-01-13T12:05:16.179532508Z at afterConnectMultiple (node:net:1686:16) { 2025-01-13T12:05:16.179533175Z errno: -111, 2025-01-13T12:05:16.179533800Z code: 'ECONNREFUSED', 2025-01-13T12:05:16.179534467Z syscall: 'connect', 2025-01-13T12:05:16.179535092Z address: '::1', 2025-01-13T12:05:16.179535675Z port: 5432 2025-01-13T12:05:16.179536300Z }, 2025-01-13T12:05:16.179536883Z Error: connect ECONNREFUSED 127.0.0.1:5432 2025-01-13T12:05:16.179537550Z at createConnectionError (node:net:1656:14) 2025-01-13T12:05:16.179538258Z at afterConnectMultiple (node:net:1686:16) { 2025-01-13T12:05:16.179538883Z errno: -111, 2025-01-13T12:05:16.179539508Z code: 'ECONNREFUSED', 2025-01-13T12:05:16.179540133Z syscall: 'connect', 2025-01-13T12:05:16.179540717Z address: '127.0.0.1', 2025-01-13T12:05:16.179541300Z port: 5432 2025-01-13T12:05:16.179542008Z } 2025-01-13T12:05:16.179542675Z ] 2025-01-13T12:05:16.179543300Z }
Tried to set up the infrastructure, but it fails with latest cgw version
Works with CGW_VERSION=v1.65.0.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
node:internal/process/promises:394
2025-01-13T12:05:16.179525800Z triggerUncaughtException(err, true /* fromPromise */);
2025-01-13T12:05:16.179526633Z ^
2025-01-13T12:05:16.179527300Z
2025-01-13T12:05:16.179528008Z AggregateError [ECONNREFUSED]:
2025-01-13T12:05:16.179528675Z at internalConnectMultiple (node:net:1128:18)
2025-01-13T12:05:16.179529342Z at afterConnectMultiple (node:net:1693:7) {
2025-01-13T12:05:16.179530008Z code: 'ECONNREFUSED',
2025-01-13T12:05:16.179530592Z [errors]: [
2025-01-13T12:05:16.179531217Z Error: connect ECONNREFUSED ::1:5432
2025-01-13T12:05:16.179531842Z at createConnectionError (node:net:1656:14)
2025-01-13T12:05:16.179532508Z at afterConnectMultiple (node:net:1686:16) {
2025-01-13T12:05:16.179533175Z errno: -111,
2025-01-13T12:05:16.179533800Z code: 'ECONNREFUSED',
2025-01-13T12:05:16.179534467Z syscall: 'connect',
2025-01-13T12:05:16.179535092Z address: '::1',
2025-01-13T12:05:16.179535675Z port: 5432
2025-01-13T12:05:16.179536300Z },
2025-01-13T12:05:16.179536883Z Error: connect ECONNREFUSED 127.0.0.1:5432
2025-01-13T12:05:16.179537550Z at createConnectionError (node:net:1656:14)
2025-01-13T12:05:16.179538258Z at afterConnectMultiple (node:net:1686:16) {
2025-01-13T12:05:16.179538883Z errno: -111,
2025-01-13T12:05:16.179539508Z code: 'ECONNREFUSED',
2025-01-13T12:05:16.179540133Z syscall: 'connect',
2025-01-13T12:05:16.179540717Z address: '127.0.0.1',
2025-01-13T12:05:16.179541300Z port: 5432
2025-01-13T12:05:16.179542008Z }
2025-01-13T12:05:16.179542675Z ]
2025-01-13T12:05:16.179543300Z }
Tried to set up the infrastructure, but it fails with latest cgw version
Works with CGW_VERSION=v1.65.0.
The text was updated successfully, but these errors were encountered: