Showing in App notifications in realtime
I have integrated the novu locally but i am unable to receive the inApp notifications in realtime
I have used this command npm run start command to run the
Worker, API, Web, sockets
Can you please tell why I am not able to receive the inapp notifications in realtime ? I want to receive the red dot whenever I sends the in app notification from web portal.
6 Replies
Did you add backendUrl and socketUrl
https://docs.novu.co/notification-center/client/react/get-started#use-your-own-backend-and-socket-url
Novu
React Get Started - Novu
Learn how to add novu powered In-App notification center to your React app
Yes, I have added these URLs but still I have to refresh the page to get the notifications. It is not updating in realtime.
@Pawan Jain
Are you using latest notification center version
0.21.0
Yes I am using the latest version "@novu/notification-center": "^0.21.0",
@Pawan Jain , @DevRel @Support
Can you please tell if there is something I am missing for getting the realtime notifications?