Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

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?

CORS problem with backend http url

How can avoid cors problem with http backend url?

HeadlessService

where can config my backend url when calling HeadlessService?

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 luck

Consuming 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 .

Do you support saving logs to a file?

I can't find it in the source code. I'd like to save to a file for development and debug, but how can I do that?...
No description

Message content could not be generated

I use SendGrid for emails and in-app notifications. I have several workflows, but sometimes when I send notifications, I encounter an error: "Message content could not be generated." When I check the details, I find that the "error" field is empty. When I try triggering the email again using a curl request, I see that the email is sent successfully. This error occurs intermittently, at different times of the day and with different emails. I wrote to the chat but i am left with a seen for many ti...
No description

Self hosting via https

can i config novu via https?. With nginx for example.

Fail to promote a change

I'm attempting to push some changes to production but am encountering an issue: "Notification Group Id 650c216973891288fcf4e450 not found, Notification Template: Challenge Donation." I'm unsure where to modify this group or how to resolve this error....
No description

Setting IS_MULTI_TENANCY_ENABLED=true

I'm trying to view the tenants page on my dashboard (localhost), so I've set IS_MULTI_TENANCY_ENABLED=true in novu-main\apps\web.env. However, I'm still unable to see the tenants page. How can i solve this problem? Could you please help me?...

Facing UI inconsistency

On clicking of Notification , not getting the PopUp sometimes

Internal Server Error when attempting to trigger a workflow

I have an Email workflow which when I try to trigger it (via the API or using the Test in the admin UI), I get an Internal Server Error. However, it works successfully when I just test the Email step itself (rather than trigger the workflow). Really hard to debug as the error is so generic - is there someone who can take a look at the specifics ?...

Can't join my organization team

Hello Novu team! My company uses Novu's and they have a team where we are creating all the workflows for our system but they cannot invite me because my account is alrady created and not under the same organization?? When they sent an invite to join the team, I opened from the email but it says it cannot be accepted because the account is already created. Is there any way I can join my org's team with this account? or maybe delete this account and accept that invite? Happy to add details to a CS rep if needed...

useMarkAllMessagesAsRead Hook usage:

In which Novu version does useMarkAllMessagesAsRead hook exist?

Initial setup: account, organization on self-hosted Novu

Hello, we are trying to involve Novu to our micro-services infrastructure. How I can create user, organization automatically via scripts/APIs?

Building a forum with React, NodeJS

Hey, I want to start with React and NodeJS so I found your tutorials. I found one about forum which kind of interested me. Everything works great and I learned some useful things, but do you have an idea how can I connect this to phpMyAdmin/MySQL instead of giving that data into in-memory storage? Thanks!