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
Pawan Jain
Pawan Jain8mo ago
Novu
React Get Started - Novu
Learn how to add novu powered In-App notification center to your React app
Pawan Jain
Pawan Jain8mo ago
backendUrl ==> http://localhost:3000 socketUrl ==> http://localhost:3002
B4-14610 -HaseebTariq
Yes, I have added these URLs but still I have to refresh the page to get the notifications. It is not updating in realtime.
No description
B4-14610 -HaseebTariq
@Pawan Jain
Pawan Jain
Pawan Jain8mo ago
Are you using latest notification center version 0.21.0
B4-14610 -HaseebTariq
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?