No Notification When Running Novu from Source
Hi!
When trying to run novu from source, I was not able to see any websocket notification. Not sure why. When everything was running from docker images, the notification got sent to my frontend app just fine.
I have made sure that all the ports are correct and that there are no errors in the console. The frontend app was able to fetch data from novu backend, but when I make new notifications, the ws connection remained silent; nothing happened (needed to refresh to see new data in my new feed)
Thanks in advance.
6 Replies
@Khong, you just advanced to level 1!
Also, the jobs were logged inside the console
Hey @Khong do you have your Redis server running? @Pawan Jain could that be something else?
Hi! Yes I have Redis running.
@Pawan Jain can you help us here??
Hi @Khong
Apologies for the delayed response.
If you are running Novu in local machine, you need to use backendUrl and socketUrl props as per this documentaion
Example values if
api
and ws
service is running on default port