Hi,
We are using v3.11.0. We have everything working as far as Chat providers go (Slack, MSTeams work great), but we are having trouble integrating the Inbox component.
We use the novu/[email protected] component and we've integrated the React component into our application:
- We get the token from the session
- The first time we refresh the page with the component - we DO get test notifications that have triggered manually.
- However, every subsequent API call fails with a
401(Unauthorized) and we can't understand why this happens.
Any help would be greatly appreciated.