Self hosted novu
Hi I have self hosted novu using docker as per documentation. My ui uses angular framework. Thus i have configured socketUrl => (http://localhost:3002) for local testing on my angular app. But while sending notification to my subscriber the novu app is also receiving the same at port 4200?
Along with this, I am getting this react error whenever I click on the notification.
14 Replies
Hi @cyberjunkie Sorry, I did not understand this part
But while sending notification to my subscriber the novu app is also receiving the same at port 4200?
Hii @Pawan Jain, The novu web is running at port 4200, novu socket service is running at 3001 and the client server is at 4001.
Whenever i am triggering a notification, the notification is visible in port 4001 (which is of client and is fine) but also in the notification panel of novu at port 4200.
yes it will be visible if you are triggering to that subscriber with which you are logged-in in self hosted Novu
Oh ok , got it.Thanks for clearing it out.Regarding the react error how can i resolve it?
@cyberjunkie, you just advanced to level 1!
Please share any public code sandbox url where we can see the code
sure, I'll share the public sandbox url in some time.
Hii @Pawan Jain , this is the code which I've used for integration.Exact code is being used in my machine but i am getting warnings attached in previous snapshots.
https://github.com/iampearceman/in-app-notification-with-angular
GitHub
GitHub - iampearceman/in-app-notification-with-angular
Contribute to iampearceman/in-app-notification-with-angular development by creating an account on GitHub.
I tried to find something relevant to this issue : https://stackoverflow.com/questions/73102195/warning-flushsync-was-called-from-inside-a-lifecycle-method
Stack Overflow
Warning: flushSync was called from inside a lifecycle method
Would anyone know how to debug and fix (or mute) following warning (apparently, Mantine is dropping react-popper in next major release)?
Everything works fine, but warning is making it very hard to...
This is occurring in web novu as well.
@cyberjunkie can you please create a bug on github for this?
!bug
Hii @Pawan Jain https://github.com/novuhq/novu/issues/3678#issue-1779291842
GitHub
π Bug Report: Angular Notification Center Β· Issue #3678 Β· novuhq/no...
π Description Hello, I use https://web.novu.co to trigger my notification . I'm integrating the notification center using @novu/notification-center-angular since client side is built on angular...
Thanks Sachin π