Slow performance identified
Hi Support Team,
We are currently evaluating the performance of our messaging system deployed using Docker-Compose and have encountered some concerns regarding message delivery times. Below are the details of our setup and test results:
1. We have set up a Docker-Compose environment as defined in the attached YAML configuration file (dc-novu.yml).
2. The system architecture includes a publisher and a subscriber, which interact through a topic managed by a headless service (headlessService.ts, as detailed in the attached examples) (test.sh)....
Downgrade to free
How do I downgrade my account to the free account? It is currently on the business trial which I don't need. I just want to be on the free account. Thanks.
missing details in response of organization api
we are using novu 0.22.0, we are tried to create organization through api and get api key back as response so that we can use that api key to switch to new organization.
docs says get / create organization api provide api key in response.
`"partnerConfigurations": [
{
"projectIds": [...
Gateway timeout
Hi! We are using novu with the PHP SDK. Since this weekend, we started getting a lot of gateway timeouts. We didn't make any changes recently, and it doesn't seem like our workload changed compared to the previous weeks. Any idea what might cause this?
Is there a tier between free and $250/mo?
I would use novu but going $0 to $250 / mo is a steep jump when my usage will increase linearely.
i have installed novu with docker compose lates version i am getting an error [network error]
And i see all the container are up and running without any error
can any one help to fix this issue...
Self hosted app not responding on changing brand font color
My self hosted app is not responding when I try to change the brand font color. I have to reload the app to use it again.
Onboarding different MS Team organizations and their users on Novu
I am using Novu for integrating a SaaS application for MS Teams notifications. Webhook URLs is what are needed for individual users to get personalised notifications. What is the process of getting all these users' webhook URLs when onboarding different organizations on my notification server.
Industry practice for onboarding different organizations and their employee's as my applications users. This way new users can be onboarded, existing ones can be added in bulk....
Avatar not showing in-app(iFrame)
No matter what i do, i can't get the avatar to show up. I've tried setting the workflow to use the users avatar. I've also tried using a variable but no matter what i do, it just shows the default avatar.
Am i doing something wrong or is this a bug? I'm using 0.24...
Subscriber does not have an active integration
I am using Novu headless on my frontend app, using FCM for push notification. When I send the push from backend I see in Novu activity history it says "Subscriber does not have an active integration
", but actually my device can see the push notification, is there any issues?...
Unable to add multiple providers in self hosting
I'm trying to add a second onesignal provider to my integrations store but im getting error "Duplicate key - One environment may not have two providers of the same channel type".
exclude from topic more actors
Hello, was intentional to have just one actor to be excluded?
For my usecase i would like to exclude more subscribers.
```...
Custom image of websocket
Hello, Is there a simple way to edit ws app and build custom image just of that to include in self hosted solution?
CORS problem with backend http url
How can avoid cors problem with http backend url using NotificationContext in Client side?
Handlebars not working on redirecturl field
I need to add some logic to change the redirect url depending on the size of the digest, is there a way to do this with handlebars or are those not working on that field? I've tried
{{#unless step.digest}} {{visitRoute}} {{else}} {{scheduleRoute}} {{/unless}}
without any luckConsuming digest in headless lib
Hi, I was trying to find an example on how to consume in-app messages that have gone through a digest using the headless lib but couldn't find any, the website only shows the notification center examples here https://docs.novu.co/guides/add-digest-to-inapp-notifications , are there any other examples I can look at for the headless lib or pointers on how to consume them?
how do I perform substraction in email template ?
I want to show follower information like with first 3 users name , avatar and followed by X other users . lets say I have the total number of followers by step.total_count , now how to I get the value of X in email template , i can not find anyway to substract step.total_count - 3 .