Notification Center Configuration When Running Novu locally
When running locally, I wish to change the notification center credentials to listen to a specific subscriber for testing purposes.
How should I do it?
4 Replies
Hey @emilpearce 🙂 What In-App solution are you using?
I think, this issue is solved now @emilpearce !
So in order to change the Notification Center subscriber_id, head here:
https://github.com/novuhq/novu/blob/next/apps/web/src/components/layout/components/NotificationCenterWidget.tsx#L16
GitHub
novu/apps/web/src/components/layout/components/NotificationCenterWi...
The open-source notification infrastructure with fully functional embedded notification center - novu/apps/web/src/components/layout/components/NotificationCenterWidget.tsx at next · novuhq/novu
Thank you @Pawan Jain for providing me with the solution and @tomerbarnea for checking up on this issue.