DennisK
DennisK
Explore posts from servers
NNovu
Created by DennisK on 5/17/2024 in #💬│support
[BUG] Deleting sub does not hard delete?
Hi! So I am finishing my notifications setup and I deleted a sub using the SDK
await novuClient.subscribers.delete('subid')
await novuClient.subscribers.delete('subid')
This worked as I saw an empty list of subscribers within Novu Cloud. However, when I return to my app and open the notification center, I see a list of archived notifications. First I thought it might have to do with state, so I did restart the application, but all the notifications are shown again and within Novu cloud I do see a new Subscriber entry now with that same ID but without any user data (name, email, etc)
7 replies
NNovu
Created by DennisK on 5/17/2024 in #💬│support
Does invoking a new Novu client hold a open connection?
Hi! Within my Remix app I would like to add Novu. Usually I wrap my clients in a remember/singleton function so it won't create another instance next to the other. Is this recommended as well or will Novu close the connection after it has been used?
8 replies