Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

💬│support

🚀│general

Angular 19 notification center support

I am having an issue where the notification center is there, doesn't give an error, however the bell never appears, and the component never loads. It's there in the html correctly however It's not rendering, I suspecting angular is preventing it from reloading but still when I suppressed that it didn't work, Can anyone help?...

Images don't work properly in the Repeat component

I am self-hosting Novu v2.3.0. I cannot get images to work properly in the Repeat component of the email editor. Displaying the fields in an array as text work fine but images don't. In the attached images you can see the image displayed is always the one defined in the first json object in the lines array. Whereas the code is displayed correctly, i.e code1 and code2....
No description

Export TS types in @novu/react-native

Can you export the TS types in @novu/react-native just as you do in @novu/react? Here's what @novu/react-native@3.7.0 exports at the moment...
No description

HTML escape in InApp notification subject

When I sent some InApp notifications that have special characters like "You are mentioned in a chat message I & me", they are transformed to "You are mentioned in a chat message 001 & me". Could you show me is there any solutions? Thanks...

Custom In-App Popup on New Notification using @novu/notification-center

Hi Novu Support, I'm using Novu with a Ruby on Rails backend and a Nextjs frontend. For the notification center, I'm using the @novu/notification-center library with NovuProvider and PopoverNotificationCenter, embedded in the app header. I would like to show a custom popup (separate from the notification center) at the bottom left of the screen whenever a new notification arrives. Is there a way to achieve this using the Novu library?...

Reached Workflow Limit – Support Needed (Self Hosted)

I’m currently trying to create workflows, but I’m encountering some limitations that are preventing me from proceeding. The platform is indicating that I’ve reached a limit, and I’m unable to move forward with the workflow creation. Could you please help or assist in resolving this issue?...

Timezone bug in datetime formatting

Hi, I'm using a date format filter in template: %d/%m/%Y %I:%M %p. When I provide an input payload such as 2025-06-30T11:30:00+01:00, in the final output I get 30/06/2025 10:30 AM which is incorrect as its modifying the local time I need to display....

change bell icon color

hi guys, I'm testing novu on my app using node.js, however I don't understand how to change the color of the bell icon, the docs seems to talk only about react implementation. Am I missing something? thanks!...

usePreferences Hook Ignores Filter

Hi team, I'm using the usePreferences hook from the Novu React Native SDK, and I’ve encountered a couple of issues: 1) Filter Not Applied: When passing filter parameters (e.g., tags: [tag]), the hook still returns all preferences, not just those matching the filter....

Has anyone experienced the email editor not working?

As shown in the figure, I deployed the latest open source version of novu by myself, and found that when I opened the email editor, the block editor and custom HTML editor mentioned in the document did not appear.
No description

Planning for translations

Hi, while checking out what Novu can do, I ran into the discussions about old/new dashboard and API. It seems the 'translation' section, with i18n support, is still missing in the newest dashboard and API. Will that reappear, and if so, when? Our usecase would be a simple trigger on a topic, where every subscriber receives notifications in their own language....

/cdn-cgi/rum ERROR

Hi When I'm using Novu Dashboard v2.2.0 and I try to log in, the /cdn-cgi/rum endpoint runs in a loop. This causes the page to not load....
No description

Novu - Self Hosted - Error when clicking 'Create Workflow'

I have just setup a self-hosted Novu instance (2.3.0) and when trying to create my first workflow I receive this error: Sorry, but something went wrong. Please contact our support team and provide the event id for the reference. Event Id: 53f1a3afcbe54d3c968c19bbe63ecce6....
No description

Change variables in override section

I'm using an SMS provider, through the generic SMS integration. The provider expects the SMS text to be sent with the variable 'msg', however the variable that Novu sends is called 'content'. How can I override this and set it to 'msg'?

Support for Excluding Tags in useNotifications Hook

Hi team, We're using the Novu SDK in our React Native app, and I have a question (or possibly a feature request) regarding tag filtering in the useNotifications hook. As far as I understand, the current tag filtering works as an inclusive filter — i.e., if I provide tags: ['Reservations'], I receive all notifications that include this tag, even if they also contain others like 'Critical'. ...

Different template for different chat providers

Hi . I would like to know if we can have a different "template" (chat message) for teams and slack . We want to send different message as slack and teams have different ways to manage carrier returns, links , etc... It could be (if at least one is possible): - Ability to setup a different template based on the chat provider (1 for teams, 1 for slack)...

Issue pulling dashboard image

Hey team, I’m getting the following error when trying to run the dashboard: Error Head "https://ghcr.io/v2/novuhq/novu/dashboard/manifests/2.3.0": denied: denied It seems like the image ghcr.io/novuhq/novu/dashboard:2.3.0 is private...

Remove read message from pending email digest

Hi, I have implemented an email workflow with a digest. However, I also have in-app notifications set up and users can see the notifications there and mark them as read. So basically, both workflows are triggered at the same time, except the in-app sends immediately and email digests for X minutes. My issue is that when a creator marks a notification as read in-app while the digest is pending, it's still going to be sent in the email because it was digested when it happened. Is there a way to only send digested messages which aren't marked as read at the moment of sending?...

Does Novu support Otel

We are trying to make a dashboard with metrics collected from Novu regarding notifications sent, success and failures. How can we achieve this with self hosted Novu?

Missing authorization header

Hello Team, @novu/api is not working with me anymore, I'm getting that there is a Missing authorization header, so here is my code ```ts...
No description