-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
Description
๐ Description
The Novu SaaS dashboard performs several 'https://api.novu.co/v1/inbox/session' requests, which then return a 429 code.
This issue is also observed within our own web platform, particularly when our front-end application makes multiple requests to our own APIs.
For each request that's performed on our side, a /inbox/session request is performed by Novu that endup returning:
message : "API rate limit exceeded" path : "/v1/inbox/session" statusCode : 429 timestamp : "2025-12-22T12:50:58.921Z"
๐ Reproduction steps
- Access the Novu SaaS dashboard;
- Perform several actions in a short span of time that will trigger multiple requests.
๐ Expected behavior
There shouldn't be so many /inbox/session requests being made.
๐ Actual Behavior with Screenshots
A /inbox/session request is performed for each internal request that's made by our front-end application.
Novu version
Novu SaaS
npm version
No response
node version
No response
๐ Provide any additional context for the Bug.
No response
๐ Have you spent some time to check if this bug has been raised before?
- I checked and didn't find a similar issue
๐ข Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to submit PR?
None
Reactions are currently unavailable