Your app is crashing. Here's the latest log:

[JOBBER][RTMS][AUTOMATION][6_GENERATE_OUTBOUND_EMAILS] Fetching jobs, skip: 0, batch number: 1
[JOBBER][RTMS][AUTOMATION][6_GENERATE_OUTBOUND_EMAILS] No more jobs to process. All batches complete.
[JOBBER][RTMS][AUTOMATION][5_GENERATE_SHORTLIST] No more jobs to process. All batches complete.
[JOBBER][RTMS][AUTOMATION][4_FINALIZE_OUTREACH_CONTACTS] No more jobs to process. All batches complete.
[JOBBER][RTMS][AUTOMATION][3_DETERMINE_OUTREACH_EMAIL_ADDRESSES] No more jobs to process. All batches complete.
[DOMAINS] FOUND DOMAINS:  1
[CARD][CARD][CARD][CARD][CARD][CARD][CARD][CARD]Processing domain: jobs.cloudhunt.ai
[CARD][CARD][CARD][CARD][CARD][CARD][CARD][CARD]Processing clicks: 0
Error in RTMS_EMAILVALIDATIONS: MongoServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017
    at Timeout._onTimeout (/root/.meteor/packages/npm-mongo/.4.16.2-rc300.4.z7iv1l.9xvgq++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/sdam/topology.ts:591:30)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7) {
  reason: TopologyDescription {
    type: 'Single',
    servers: Map(1) { 'localhost:27017' => [ServerDescription] },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: null,
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  [Symbol(errorLabels)]: Set(0) {}
}
/root/.meteor/packages/npm-mongo/.4.16.2-rc300.4.z7iv1l.9xvgq++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/lib/sdam/topology.js:292
                const timeoutError = new error_1.MongoServerSelectionError(`Server selection timed out after ${serverSelectionTimeoutMS} ms`, this.description);
                                     ^

MongoServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017
    at Timeout._onTimeout (/root/.meteor/packages/npm-mongo/.4.16.2-rc300.4.z7iv1l.9xvgq++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/sdam/topology.ts:591:30)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7) {
  reason: TopologyDescription {
    type: 'Single',
    servers: Map(1) {
      'localhost:27017' => ServerDescription {
        address: 'localhost:27017',
        type: 'Unknown',
        hosts: [],
        passives: [],
        arbiters: [],
        tags: {},
        minWireVersion: 0,
        maxWireVersion: 0,
        roundTripTime: -1,
        lastUpdateTime: 263011574,
        lastWriteDate: 0,
        error: MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017
            at connectionFailureError (/root/.meteor/packages/npm-mongo/.4.16.2-rc300.4.z7iv1l.9xvgq++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connect.ts:514:14)
            at Socket.<anonymous> (/root/.meteor/packages/npm-mongo/.4.16.2-rc300.4.z7iv1l.9xvgq++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connect.ts:416:16)
            at Object.onceWrapper (node:events:633:26)
            at Socket.emit (node:events:518: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 127.0.0.1:27017
              at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)
              at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
            errno: -111,
            code: 'ECONNREFUSED',
            syscall: 'connect',
            address: '127.0.0.1',
            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: 10000,
    localThresholdMS: 15,
    setName: null,
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  [Symbol(errorLabels)]: Set(0) {}
}

Node.js v20.12.2
Exited with code: 1
Your application is crashing. Waiting for file change.
=> Meteor 3.1.2 is available. Check the changelog https://docs.meteor.com/changelog.html and update this project with 'meteor update'.
=> Meteor 3.1.2 is available. Check the changelog https://docs.meteor.com/changelog.html and update this project with 'meteor update'.