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

      _last: false,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: '220',
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: true,
      _header: 'POST /api/microappdata HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'Content-Type: application/json\r\n' +
        'X-Auth-Token: mDCXKD6QD-aofn1UVcT-PX4geWOYng1YBD_LQpyAy5h\r\n' +
        'X-User-Id: b70dc07c5a17f7ff90d9b043\r\n' +
        'User-Agent: axios/1.9.0\r\n' +
        'Content-Length: 220\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: app.buzzy.buzz\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/api/microappdata',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'app.buzzy.buzz',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kChunkedBuffer)]: [],
      [Symbol(kChunkedLength)]: 0,
      [Symbol(kSocket)]: [TLSSocket],
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 65536,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    data: '<html>\r\n' +
      '<head><title>502 Bad Gateway</title></head>\r\n' +
      '<body>\r\n' +
      '<center><h1>502 Bad Gateway</h1></center>\r\n' +
      '<hr><center>nginx</center>\r\n' +
      '</body>\r\n' +
      '</html>\r\n'
  },
  status: 502
}
stream error Network error: wss://a.buzzy.buzz/websocket: read ECONNRESET
/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)
    at runNextTicks (node:internal/process/task_queues:69:3)
    at listOnTimeout (node:internal/timers:555:9)
    at processTimers (node:internal/timers:529:7) {
  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:594:17)
      at processTimers (node:internal/timers:529:7) {
    [Symbol(errorLabels)]: Set(2) { 'ResetPool', 'InterruptInUseConnections' },
    [Symbol(beforeHandshake)]: false,
    [cause]: undefined
  }
}

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