Your app is crashing. Here's the latest log:
| Commit Branch: etsMaster6.13 |
| |
+-----------------------------------------------------------+
Started your app.
App running at: http://localhost:3000/
[2026-05-06T15:15:08.112Z] ERROR (Rocket.Chat Apps/2024736 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-06T15:15:22.201Z] ERROR (Rocket.Chat Apps/2024736 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-06T15:15:36.230Z,
endTime: 2026-05-06T15:15:36.240Z,
totalTime: 10,
_createdAt: 2026-05-06T15:15:36.240Z,
instanceId: '8db66723-b49d-43c6-ac49-d0fab7f5ce76'
}
}
}
The server detected an unauthenticated access to an user avatar. This type of request will soon be blocked by default.
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-06T15:16:14.845Z,
endTime: 2026-05-06T15:16:14.858Z,
totalTime: 13,
_createdAt: 2026-05-06T15:16:14.858Z,
instanceId: '8db66723-b49d-43c6-ac49-d0fab7f5ce76'
}
}
}
[2026-05-06T15:17:12.862Z] ERROR (Rocket.Chat Apps/2024736 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-06T15:17:27.445Z,
endTime: 2026-05-06T15:17:27.472Z,
totalTime: 27,
_createdAt: 2026-05-06T15:17:27.472Z,
instanceId: '8db66723-b49d-43c6-ac49-d0fab7f5ce76'
}
}
}
[2026-05-06T15:18:13.968Z] ERROR (Rocket.Chat Apps/2024736 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-06T15:18:43.802Z,
endTime: 2026-05-06T15:18:43.812Z,
totalTime: 10,
_createdAt: 2026-05-06T15:18:43.812Z,
instanceId: '8db66723-b49d-43c6-ac49-d0fab7f5ce76'
}
}
}
[2026-05-06T15:19:21.525Z] ERROR (Rocket.Chat Apps/2024736 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-06T15:20:01.508Z] ERROR (Rocket.Chat Apps/2024736 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-06T15:20:28.117Z] ERROR (Rocket.Chat Apps/2024736 on ip-10-0-10-120): Error getting the app requests stats from marketplace ''
[2026-05-06T15:20:39.487Z] ERROR (Rocket.Chat Apps/2024736 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'.