'You must set "intervalTimeInMS" property in rateLimiter for REST API endpoint', Error #35116
Replies: 1 comment
-
Please ask in the appropriate places. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
'You must set "intervalTimeInMS" property in rateLimiter for REST API endpoint', i am getting this error running locally . Please help me regarding this . Below is the detailed error log in the browser in port:3000.
Your app is crashing. Here's the latest log:
Started MongoDB.
kadira:flow-router: updating npm dependencies -- page, qs...
Livechat: updating npm dependencies -- uglify-js...
rocketchat:user-presence: updating npm dependencies -- colors...
Linted your app. No linting errors.
strict mode: use allowUnionTypes to allow union type keyword at "#/properties/count" (strictTypes)
strict mode: use allowUnionTypes to allow union type keyword at "#/properties/offset" (strictTypes)
strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
strict mode: missing type "object" for keyword "required" at "#/oneOf/0" (strictTypes)
strict mode: missing type "object" for keyword "required" at "#/oneOf/1" (strictTypes)
(node:110396) Warning: The AWS SDK for JavaScript (v2) is in maintenance mode.
SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil
at emitWarning (/workspace/Rocket.Chat/apps/meteor/node_modules/aws-sdk/lib/maintenance_mode_message.js:38:13)
at Timeout._onTimeout (/workspace/Rocket.Chat/apps/meteor/node_modules/aws-sdk/lib/maintenance_mode_message.js:46:5)
at listOnTimeout (node:internal/timers:594:17)
at processTimers (node:internal/timers:529:7)
=== UnCaughtException ===
errorClass [Error]: [You must set "intervalTimeInMS" property in rateLimiter for REST API endpoint]
at APIClass.addRateLimiterRuleForRoutes (app/api/server/api.ts:432:10)
at app/api/server/api.ts:407:10
at Array.forEach ()
at APIClass.reloadRoutesToRefreshRateLimiter (app/api/server/api.ts:405:16)
at app/api/server/api.ts:1003:9
at Timeout.later [as _onTimeout] (/workspace/Rocket.Chat/apps/meteor/node_modules/underscore/modules/debounce.js:17:37)
at listOnTimeout (node:internal/timers:594:17)
at processTimers (node:internal/timers:529:7) {
isClientSafe: true,
error: 'You must set "intervalTimeInMS" property in rateLimiter for REST API endpoint',
reason: undefined,
details: undefined,
errorType: 'Meteor.Error'
}
Errors like this can cause oplog processing errors.
Exited with code: 1
Your application is crashing. Waiting for file change.
Beta Was this translation helpful? Give feedback.
All reactions