📜 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?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
📜 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
👍 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?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None