Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Is there some cache of the actors data?

Stumbled upon such issue: We are using actor.firstName and actor.lastName in some of our workflows. I've created new development subscriber. Triggered notification. Saw that accidentally subscriber was created with empty firstName and lastName. Updated subscriber information using bulkCreate. Tried to trigger new notifications and still subscriber information is empty (I've updated subscriber info more than 20 minutes ago). It all happened in development environment....

Testing provider locally

Hi, I've written a new provider for novu (ntfy) but I'm struggling to test it within the web UI. I'm running the project using start:dev from the root of the repo. The issues I'm facing are: - There's a weird reload issue making the UI feel unresponsive - The provider shows up but the config options don't match - It doesn't let me select an environment - Saving doesn't work, I'm getting a network error when doing so...

I want them to have different font size

But when I update the workflow from dashbord. The classes gets removed, is that expected?...

Moving from Cloud to self-host

Hi! We are considering Novu as an option for our messaging needs, we want to start by using the cloud service to kickoff and then move on to the self host option later on. Is there a way to move the configuration from Cloud to Self-host (workflows, subscribers, tenants and so on) or would it need to be reconfigured after the self host option has been set-up?

Override "to" use cases behavior

Hi, I'm having some issues when using overrides.[channel].to for mail and sms. The first one (email) seems to add recipient instead of overriding which seems to be a weird behavior It seems that it does not work for sms (I will test again because I checked the code and seems to be correct. I would like to know what would be the correct behavior. I can make a PR....
send-message-email.usecase.ts

How many locale does novu support? and in which format we should pass it?

I have lets say en,es,fr,it as locale, do you consider them?

Add Buttons to notification

Does anyone know how to add buttons to notifcations for cta, cause I saw the object that is being passed to frontend,it has nested cta object which does have two fields - action and data. So I thought we can add buttons to notifications, please let me know how

Buggy UI

The options are getting a little weird here. Also when we will be on prod env, can we hide the novu logo foom the bottom ?

Hyperlinks best practices (Slack)

Hey guys, is still an issue ? https://github.com/novuhq/novu/pull/4834 Is there a way to add hyperlinks that I should know of (in general, and in Slack), we are considering using novu, but not being able to add hyperlinks to notifications is something we are not willing to sacrifice....

Removing events from a Scheduled Digest

Does anyone have a recommendation on how to exclude specific events from a Digest after the Workflow has been triggered (still before the digest sends)? Use case: we want to deliver a weekly digest to users that contains a list of tasks that will be due that week. Ideally, we would like to exclude any tasks that have been completed prior to sending the digest. Right now the workflow triggers when a new task is created....

Frontend not running on my local machine

I followed every step from the official documentation and installed all the prerequisites and ran "npm run setup:project" after that. Then I ran "npm run start" and selected the Web Project option given by Jarvis. Everything went well without any errors and I got the logs in my terminal as shown in the screenshot yet when I tried visiting "http://localhost:4200" it shows that "the site can't be reached". Did I miss anything while setup here ?
No description

Subscriber missing recipient details - even though the subscriber has the email address

Hi I'm trying to send a notification via email to a group of subscribers, but I get the error "Subscriber missing recipient details" - even though I can clearly see that the subscriber has an email address in the db. I think this may be a caching issue at Novu: ...

expiry for notifications

Is there a way to expire the notifications? Let's say I run a weekly worker to send a notification, I want to remove the notification after 2 days, is that possible?...

Data have no value when Get Message using Email Channel

Hello, i try to get message from email channel but the data contain no value, and the behavior when debugging and running without debug return different respons, i check the total count after get the message but when i running without debug its getting error, i think its step inside the condition, is there any solution ? Im using .Net core 8

FCM web push duplicate

Hi. I'm using https://docs.novu.co/guides/novu-fcm-web#adding-firebase-to-the-frontend to send web push notifications. The problem is that doing it that way will display notification twice because onBackgroundMessage when payload has notification will display push notification on it's own from fcm messaging. ...

Can't register

Hi, button is not clickable, tried different browsers
No description

Java SDK disable SSL

I am developing a Java app with Novu SDK on my local machine. it can't connect to the remote Novu due to "javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target". Is there a way for me to disable SSL ?

IOS and Android Push Notifications

We are to send push notifications through novu to ios and android devices the pushes work in app but not as the push itself. Any idea?...

python novu trigger topic to Slack not working in docker-compose

Hi Novu team, I built Novu locally using docker-compose, and trigger messages to a subscriber, it works well. But when triggering the topic, the message was not sent to multi-user or channel. Besides, I checked the log in API service container, I didn't see any error. I also tried to trigger the topic on Novu Cloud, it worked for me Image: ghcr.io/novuhq/novu 0.24.0....

Is there a V0.23.0 of Novu nuget package? for Global preference

How can I use it? i want to use GlobalSubscriberPreference API which was introduced in V0.20 but nuget.org only has versions till V0.3.3 https://www.nuget.org/packages/Novu/0.3.3#show-readme-container...