Skip to content

Bug Report: Multiple inbox/session requests being performed which then return 429ย #9705

@josedias-np

Description

@josedias-np

๐Ÿ“œ 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

  1. Access the Novu SaaS dashboard;
  2. 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?

Are you willing to submit PR?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions