Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

💬│support

🚀│general

Stuck in signup page

Hi! Can we add a 'Back' button here? I've had it happen that I need to log in to the dashboard again and accidentally select github instead of google. Then I get stuck in this signup page. Hard reload with clearing cache doesn't fix it. I've solved it by completing registration then deleting the account linked to github again, but that's not an ideal flow...
No description

Sync changes to production with multi organisation: environment not found

Hello @Pawan Jain , I have a followup question about my latest post (Unable to create Workflows in Production environment via API). I have this scenario: - Novu version 2.1.1 - I have one Admin user and created one first organisation (e.g. Organisation1) - With the same Admin user, I created multiple organisations (e.g. Organisation2, Organisation3 etc.). ...

Exchange notification settings icon of inbox

We think the choosen notification settings icon is very strange and we would love to exchange that one. Is there any idea how to exchange that icon? Or is that currently not possible without some custom hacking.

Can't trigger workflows through topic, Novu Cloud

Hi, I'm trying to trigger a workflow with a topic that users have subscribed to. I'm using node @novu/framework and I trigger the event like this: ``` try { const res = await chatMessageSentWorkflow.trigger({...

Unable to create Workflows in Production environment via API

Hello, looks like that it's not possible to create a Workflow for the Production environment via API call. The error is quite explicit: {"error":"Unauthorized","statusCode":401,"timestamp":"2025-05-19T15:30:08.749Z","path":"/v1/workflows","message":"This action is only allowed in Development environment","ctx":{"error":"Unauthorized","statusCode":401}} However, this raise some concerns because:...

Multiple Digests

Based on what I can see on the bug reports and discussions here, multiple digests are not possible within single workflow, is that right? If so, how would you recommend doing flow such as 1. Digest 5 seconds (so we group same type of notifications) 2. Send to in app provider...

How you are consider the event count

I have a couple of questions regarding the event count functionality: Event Triggering Logic: Could you please clarify how events are counted? Are events only considered when we explicitly call the trigger event function, or are they also triggered by other API actions such as create, subscribe, etc.? ...

Components not refreshing after update to PRO

Hi. We have an issue that React Novu components stopped refreshing on new events and updates (new notifications counter, mark as read etc). You can see <Bell /> component or <InboxContent /> component updates only when you refresh the page. Seems like websocket updates are not working any longer? We switched from trial to PRO version around the time it stopped working 🤔 As for our components setup we use something like following: ...

Limitations in self hosting

1. I want to add multiple whatsapp accounts as chat providers, is there any restrictions on the number of same type, whatsapp, provider I can add? 2. If the above answer is no, then I'd like to integrate the novu dashboard with my project's frontend Currently I have thought of adding multiple WhatsApp providers and based on the user I'll handle the corresponding provider for their whatsapp messages, are there identifiers for providers? I'd like to tweak the dashboard so that my users don't have an option to select providers, but rather I handle it for them....

Need information about <Inobx /> component

Hello, I want to confiorm some things regarding integrate novu using react js and laravel in backend and i'm using only <Inbox /> component for show notifications. I want show notifications for last 7 days only. 2.Show only unread notifications toggle will be enabled by default so we only show unread ones....

Bridge execution failed

When triggering a novu workflow with multiple steps I am getting the error: Bridge execution failed ```json { "url": "http://api.novu.local:3000/v1/environments/681b3b62cf6457e583267b36/bridge",...
No description

Headless using Novu/JS

I am using the following snippet on our react js app const novu = useMemo(() => { return new Novu({ applicationIdentifier: applicationId,...

How to select Push Providers in workflows?

We have setup both FireBase and APNs in our integration Store and now we want to create a workflow that is able to send push notifications to both. Is this possible? Even by creating a workflow for each provider, we can't select which provider to use. We are using the self hosted version but I cannot see this option neither in the Cloud based version. Looking forward to hear from you guys, thanks a lot!...

Running npx novu@latest dev with Express executes all workflows on startup with empty payload

Hi - I'm new here and Novu is the solution we wanted for a long time at Cling Systems 🔋🇸🇪. I followed the Express quickstart quide for @novu/framework. I run my express server on port 5003 and register my workflows like this: ```...
No description

Search function for Pages (especially for Workflow Page & Subscribers)

Hi Team, as we have more than 100 of Workflow and countless of subscribers (No total, cannot see currently got how many of them), it is difficult for us to search out the workflow/subscribers for modification. Not sure if got any plan to work on the search features on the workflow and subscribers page?

Localstack version for 0.24.x

Hi team, I'm facing issue whereby the attachment email not being sent after upgrade from 0.13.0 to 0.24.7. As the feature in 0.24.7 have huge differences with 0.13, not sure if there's any chance it is due to the version of localstack, which currently under 0.12.7? If yes, what version should it be? Many thanks.

Support for voice calls

We are evaluating Novu for our notification stack. Does Novu support integration with Twilio voice call API's (https://www.twilio.com/en-us/voice) ?

Self-hosted uses unexisting docker images

Hey, according to the docs: https://docs.novu.co/community/self-hosting-novu/deploy-with-docker it's impossible to setup community edition. Docker image doesn't exists: While running docker compose up I end up with: Error response from daemon: manifest unknown It's because images are not accessible: ghcr.io/novuhq/novu/api:2.1.1...