Stephen
Stephen
NNovu
Created by Stephen on 12/19/2023 in #💬│support
How to completely remove a provider
I have created a firebase provider. Now I have added device tokens to a subscriber with this provider id. Now I have deleted the firebase provider from integration store. I have now added a new firebase provider and updated the workflow too .Now when i try to trigger notification I get this error " subscriber does not have active integration". When i checked the subscriber details . I saw the old provider id still exists under the subscriber JSON. Is this a bug ?
4 replies
NNovu
Created by Stephen on 12/15/2023 in #💬│support
Headless api issue in angular
Hi, I have implemented novu headless in our angular app. So we use methods like fetchNotifcation() , markNotifications() , listenNotificationRecevie() and delete notification(). So during these events such as markAs() the events like fetchNotifcation() is automatically triggered. but when I trigger deleteNotification() or listenNotificationRecevie() the registered event for fetchNotifcation() is getting removed instead being called again . This breaks the usage and causing issues. Why are they getting removed instead of refetching ?
26 replies
NNovu
Created by Stephen on 12/7/2023 in #💬│support
Reverse proxy config is not working
I'm trying to setup novu services behind a reverse proxy (nginx). As per the docs I have setup CONTEXT_PATH for web. But when I hit the url the web project is still looking at the base path and the base url is not getting replaced.
4 replies