-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Self-hosted NC - Notifications are not shown immediately #5353
Comments
@Baljeet-Caur are you self-hosting Novu, or you have encountered this on the cloud version? |
Having this issue too, mine is self hosted. Let me know what information you need. I suspect it's some kind of a configuration problem. Nonetheless, any help is appreciated. |
I faced a similar issues too. I'm using nginx and I hosted Novu on https://novu.mydomain.com. Here is how I solved them.
.env:
nginx:
Client config: {
"backendUrl": "https://novu.mydomain.com/api",
"socketUrl": "https://novu.mydomain.com"
} I spend several days to get this. |
📜 Description
Currently i am implementing novu for notification in my project , i have used react component and to trigger notification i used curl (as my project is in core php ) also i have self hosted it
So i am facing several issue please help me to resolve these issue
👟 Reproduction steps
While triggering the notification without reloading the page it does notifies the arrival of notification
👍 Expected behavior
I want bell icon automatically notifies the arrival of notification after trigger without any delay
Notifications triggers correctly
👎 Actual Behavior with Screenshots
While triggering the notification without reloading the page it does notifies the arrival of notification
Novu version
I dont remembered
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: