Your app is crashing. Here's the latest log:
tags: {},
minWireVersion: 0,
maxWireVersion: 0,
roundTripTime: -1,
lastUpdateTime: 3267303336,
lastWriteDate: 0,
error: MongoNetworkError: connect ECONNREFUSED 172.30.4.74:27017
at connectionFailureError (/home/ec2-user/.meteor/packages/npm-mongo/.4.17.4.17arbe5.s40c++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connect.ts:514:14)
at Socket.<anonymous> (/home/ec2-user/.meteor/packages/npm-mongo/.4.17.4.17arbe5.s40c++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connect.ts:416:16)
at Object.onceWrapper (node:events:634:26)
at Socket.emit (node:events:519:28)
at Socket.emit (node:domain:488:12)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
cause: Error: connect ECONNREFUSED 172.30.4.74:27017
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '172.30.4.74',
port: 27017
},
[Symbol(errorLabels)]: Set(1) { 'ResetPool' }
},
topologyVersion: null,
setName: null,
setVersion: null,
electionId: null,
logicalSessionTimeoutMinutes: null,
primary: null,
me: null,
'$clusterTime': null
},
'ip-172-30-4-159.us-west-2.compute.internal:27017' => ServerDescription {
address: 'ip-172-30-4-159.us-west-2.compute.internal:27017',
type: 'Unknown',
hosts: [],
passives: [],
arbiters: [],
tags: {},
minWireVersion: 0,
maxWireVersion: 0,
roundTripTime: -1,
lastUpdateTime: 3267303333,
lastWriteDate: 0,
error: MongoNetworkError: connect ECONNREFUSED 172.30.4.159:27017
at connectionFailureError (/home/ec2-user/.meteor/packages/npm-mongo/.4.17.4.17arbe5.s40c++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connect.ts:514:14)
at Socket.<anonymous> (/home/ec2-user/.meteor/packages/npm-mongo/.4.17.4.17arbe5.s40c++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connect.ts:416:16)
at Object.onceWrapper (node:events:634:26)
at Socket.emit (node:events:519:28)
at Socket.emit (node:domain:488:12)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
cause: Error: connect ECONNREFUSED 172.30.4.159:27017
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '172.30.4.159',
port: 27017
},
[Symbol(errorLabels)]: Set(1) { 'ResetPool' }
},
topologyVersion: null,
setName: null,
setVersion: null,
electionId: null,
logicalSessionTimeoutMinutes: null,
primary: null,
me: null,
'$clusterTime': null
}
},
stale: false,
compatible: true,
heartbeatFrequencyMS: 30000,
localThresholdMS: 15,
setName: 'rs0',
maxElectionId: ObjectId {
[Symbol(id)]: Buffer(12) [Uint8Array] [
127, 255, 255, 255, 0,
0, 0, 0, 0, 0,
0, 5
]
},
maxSetVersion: 2,
commonWireVersion: 0,
logicalSessionTimeoutMinutes: 30
},
code: undefined,
[Symbol(errorLabels)]: Set(0) {}
}
Node.js v20.15.1
Exited with code: 1
Your application is crashing. Waiting for file change.