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

|                                                           |
+-----------------------------------------------------------+
Started your app.

App running at: http://localhost:3000/
The server detected an unauthenticated access to an user avatar. This type of request will soon be blocked by default.
The server detected an unauthenticated access to an user avatar. This type of request will soon be blocked by default.
[2026-05-05T09:13:58.450Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-05T09:14:19.112Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
JSON-RPC error received:  JsonRpcError {
  message: 'Internal error',
  code: -32603,
  data: {
    message: "Cannot read properties of undefined (reading 'length')",
    logs: {
      appId: '2b08dda9-8c87-4f2d-8ea8-756926984210',
      method: 'app:executePreMessageSentModify',
      entries: [Array],
      startTime: 2026-05-05T09:14:34.783Z,
      endTime: 2026-05-05T09:14:34.792Z,
      totalTime: 9,
      _createdAt: 2026-05-05T09:14:34.792Z,
      instanceId: '801e23bf-eea6-43bd-b9e7-2f363c77599d'
    }
  }
}
Subprocess stderr []

JSON-RPC error received:  JsonRpcError {
  message: 'Internal error',
  code: -32603,
  data: {
    message: "Cannot read properties of undefined (reading 'length')",
    logs: {
      appId: '2b08dda9-8c87-4f2d-8ea8-756926984210',
      method: 'app:executePreMessageSentModify',
      entries: [Array],
      startTime: 2026-05-05T09:15:22.727Z,
      endTime: 2026-05-05T09:15:22.738Z,
      totalTime: 11,
      _createdAt: 2026-05-05T09:15:22.738Z,
      instanceId: '801e23bf-eea6-43bd-b9e7-2f363c77599d'
    }
  }
}
[2026-05-05T09:16:33.463Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
JSON-RPC error received:  JsonRpcError {
  message: 'Internal error',
  code: -32603,
  data: {
    message: "Cannot read properties of undefined (reading 'length')",
    logs: {
      appId: '2b08dda9-8c87-4f2d-8ea8-756926984210',
      method: 'app:executePreMessageSentModify',
      entries: [Array],
      startTime: 2026-05-05T09:16:51.794Z,
      endTime: 2026-05-05T09:16:51.805Z,
      totalTime: 11,
      _createdAt: 2026-05-05T09:16:51.805Z,
      instanceId: '801e23bf-eea6-43bd-b9e7-2f363c77599d'
    }
  }
}
[2026-05-05T09:17:48.812Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
JSON-RPC error received:  JsonRpcError {
  message: 'Internal error',
  code: -32603,
  data: {
    message: "Cannot read properties of undefined (reading 'length')",
    logs: {
      appId: '2b08dda9-8c87-4f2d-8ea8-756926984210',
      method: 'app:executePreMessageSentModify',
      entries: [Array],
      startTime: 2026-05-05T09:18:26.647Z,
      endTime: 2026-05-05T09:18:26.663Z,
      totalTime: 16,
      _createdAt: 2026-05-05T09:18:26.663Z,
      instanceId: '801e23bf-eea6-43bd-b9e7-2f363c77599d'
    }
  }
}
[2026-05-05T09:19:09.887Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-05T09:19:55.079Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-05T09:20:24.507Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-05T09:20:37.764Z] ERROR (Rocket.Chat Apps/2018761 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
The server detected an unauthenticated access to an user avatar. This type of request will soon be blocked by default.
=== UnHandledPromiseRejection ===
URIError: URI malformed
    at decodeURI (<anonymous>)
    at Router.match (/opt/Rocket.Chat/apps/meteor/.meteor/local/isopacks/rocketchat_restivus/npm/node_modules/connect-route/lib/connect-route.js:61:12)
    at /opt/Rocket.Chat/apps/meteor/.meteor/local/isopacks/rocketchat_restivus/npm/node_modules/connect-route/lib/connect-route.js:102:24
    at /home/ubuntu/.meteor/packages/promise/.0.12.2.1v51k7w.6dob++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/meteor-promise/fiber_pool.js:43:40
---------------------------------
Errors like this can cause oplog processing errors.
Setting EXIT_UNHANDLEDPROMISEREJECTION will cause the process to exit allowing your service to automatically restart the process
Future node.js versions will automatically exit the process
=================================
Exited with code: 1
Your application is crashing. Waiting for file change.
=> Meteor 3.4.1 is available. Check the changelog https://docs.meteor.com/changelog.html and update this project with 'meteor update'.