Harinder
Harinder
NNovu
Created by Harinder on 11/19/2024 in #💬│support
How can I reset novu data in mongodb
Some data was corrupted so I had to reset data from mongodb, I removed messagetemplates, notificationtemplates & changes collections. But even after doing that, its keep saying only 2 changes to promote to production but I have created 95 templates in development. No matter what I do, it not able to promote all templates from development to production. I also cleared redis cache.
2 replies
NNovu
Created by Harinder on 11/7/2024 in #💬│support
v1/changes/bulk/apply API seems to be broken in 2.0.0
No description
4 replies
NNovu
Created by Harinder on 9/5/2024 in #🚀│general
Trigger in-app from free Novu cloud account
I am exploring the Inbox component and want to trigger some in-app notifications from Novu Cloud. However, with a free account, there are no existing workflows to test it. Could you please help to trigger some feeds to know its capabilities?
3 replies
NNovu
Created by Harinder on 9/3/2024 in #🚀│general
@novu/notification-center creates subscriber when it doesn't exist
Hi Team, I was experimenting with React @novu/notification-center and noticed that it creates a new subscriber if the provided subscriberId doesn't exist. While the Subscriber API is protected by an API key, it seems that a subscriber can be created simply by providing the applicationIdentifier. Is this the intended behaviour, seems like a security issue? ``` <NovuProvider subscriberId={'on-boarding-subscriber-id-xyz'} applicationIdentifier={<app-identifier>} > <PopoverNotificationCenter colorScheme={'light'}> {({ unseenCount }) => <NotificationBell unseenCount={unseenCount} />} </PopoverNotificationCenter> </NovuProvider>
11 replies