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

cross app field [0]
cross app field [0]
cross app field [0]
cross app field [0]
cross app field [0]
getEmbeddedRowData [1] {
  resourceID: '51a36b6f2f0ac4a68ccd0cae',
  embeddingRowID: undefined,
  viewFilters: undefined,
  viewSort: undefined,
  queryOptions: undefined
}
inside createQuery optSearchFilters undefined
QUERYOBJ ABOUT TO BE SENT BACK
{
  query: { '$and': [ { parentResourceID: '51a36b6f2f0ac4a68ccd0cae' } ] },
  projection: { sort: { sortVal: -1 }, limit: 5, skip: 0 }
}
queryObj Job 51a36b6f2f0ac4a68ccd0cae {
  queryObj: {
    query: { '$and': [Array] },
    projection: { sort: [Object], limit: 5, skip: 0 }
  }
}
GET MSTUFF [0]
{
  query: { '$and': [ { parentResourceID: '51a36b6f2f0ac4a68ccd0cae' } ] },
  projection: { sort: { sortVal: -1 }, limit: 5, skip: 0 }
}
cross app field [0]
cross app field [0]
cross app field [0]
cross app field [0]
cross app field [0]
inside createQuery optSearchFilters undefined
QUERYOBJ ABOUT TO BE SENT BACK
{
  query: { '$and': [ { parentResourceID: '62e753652d01b850d6780bb2' } ] },
  projection: { sort: { sortVal: -1 }, limit: 1000, skip: 0 }
}
queryObj Response 62e753652d01b850d6780bb2 {
  queryObj: {
    query: { '$and': [Array] },
    projection: { sort: [Object], limit: 1000, skip: 0 }
  }
}
getCounterMicroAppData queryObj {
  query: { '$and': [ [Object] ] },
  projection: { sort: { sortVal: -1 }, limit: 1000, skip: 0 }
}
COUNTER microApp query:
{
  query: { '$and': [ { parentResourceID: '62e753652d01b850d6780bb2' } ] },
  projection: { sort: { sortVal: -1 }, limit: 1000, skip: 0 }
}
Counter [1] {
  name: 'microAppData-62e753652d01b850d6780bb2',
  cursor: Cursor {
    _mongo: MongoConnection {
      _observeMultiplexers: [Object],
      _onFailoverHook: [Hook],
      db: [Db],
      _oplogHandle: [OplogHandle],
      _docFetcher: [DocFetcher],
      client: [MongoClient]
    },
    _cursorDescription: CursorDescription {
      collectionName: 'microAppData',
      selector: [Object],
      options: [Object]
    },
    _synchronousCursor: null
  },
  interval: 10000
}
Counter[2] about to add { count: 5 }
Counter[2.1] about to add { name: 'microAppData-62e753652d01b850d6780bb2', count: 5 }
/Users/adamginsburg/.meteor/packages/npm-mongo/.6.10.2.18pt349ekpb++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/lib/cmap/connection_pool.js:274
                connection.onError(new errors_1.PoolClearedOnNetworkError(this));
                                   ^

PoolClearedOnNetworkError: Connection to 127.0.0.1:3001 interrupted due to server monitor timeout
    at ConnectionPool.interruptInUseConnections (/Users/adamginsburg/.meteor/packages/npm-mongo/.6.10.2.18pt349ekpb++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connection_pool.ts:504:28)
    at /Users/adamginsburg/.meteor/packages/npm-mongo/.6.10.2.18pt349ekpb++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connection_pool.ts:490:35
    at processTicksAndRejections (node:internal/process/task_queues:85:11) {
  address: '127.0.0.1:3001',
  [Symbol(errorLabels)]: Set(1) { 'PoolRequstedRetry' },
  [cause]: MongoNetworkTimeoutError: connection <monitor> to 127.0.0.1:3001 timed out
      at Timeout._onTimeout (/Users/adamginsburg/.meteor/packages/npm-mongo/.6.10.2.18pt349ekpb++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connection.ts:303:20)
      at listOnTimeout (node:internal/timers:588:17)
      at processTimers (node:internal/timers:523:7) {
    [Symbol(errorLabels)]: Set(2) { 'ResetPool', 'InterruptInUseConnections' },
    [Symbol(beforeHandshake)]: false,
    [cause]: undefined
  }
}

Node.js v22.16.0
Exited with code: 1
Your application is crashing. Waiting for file change.