Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Issues with the inbox component

Hello everyone, so basically i created an account on novu cloud and also created a dummy react app, in that i used the react example of novu inbox component and used it with my applicationIdentifier and subscriberId but still I'm not getting the notifications when I'm triggering the notification for the same subscriberId from novu cloud i have attached the react component below ```...
No description

multiple integrations for the same channel

Hi, I have a query regarding multiple integrations for the same channel. Currently, we have one whatsapp integration and every workflow consisting chat as a channel used to use the same whatsapp integration. Now, we added one more whatsapp integration, but how to configure a workflow to use the newly created whatsapp integration. In novu docs I found something similar for multiple integration for email (https://docs.novu.co/integrations/providers/email/overview#using-different-email-integration) but it didn't work for chat. Is this feature there for chat channel as well or not ? Is my approach even right ? If not, what should be the right way to send whatsapp messages via different integrations ?...

Digest errors in studio & other digest questions

I'm getting a bunch of errors like this in Novu Studio when trying to test workflows with a digest step. Any idea what could be going wrong?
No description

Translation problem on notification action dropdown in notification center from iframe

Hi Novu team, i think there is a translation problem in the notification center from iframe i setup the novu.init() with i18n: this.$store.state.user.lang wich for my case can only be 'ar' or 'fr' but the action dropdown doesn't translate at all (view screenshot)...
No description

Default payload just for ii

Is it possible for a custom workflow to have a default payload just for the ui? It would be convenient when previewing channel actions. I don’t want to put a default value in the schema for all fields: the one triggering the workflow should receive an error is he doesn’t compile mandatory fields...

start project fails with module import errors and nx cloud 401

I did pnpm install then pnpm run start It fails with several errors in the terminal src/app/subscribers/usecases/bulk-create-subscribers/bulk-create-subscribers.command.ts:2:36 - error TS2307: Cannot find module '@novu/application-generic' or its corresponding type declarations....

Novu para angular com erro no JSX.

Hello Novu team, how are you? I'm reaching out because I need to use your API for a project at my company. I'm following the step-by-step guide that Emil Pearce published on his blog: -> https://novu.co/blog/how-to-add-in-app-notifications-to-your-angular-app/ ...

how to create an organization?

How should I create a organization on novu?

Custom HTML support in new Editor

What is the estimated timeline for supporting the ability to send custom HTML string as part of the payload for rending custom Emails?

Workflow-as-code creation on non-js projects

Hi, is there any API documentation on support for how to create the workflows, as they are defined for example on Typescript throught the Framework project, but language agnostic?

Blank page after registration in Novu cloud

Hi, I have just created a new account on Novu cloud. After going through the introduction, I received a blank card and an error that the environment does not exist. I cleaned cookies, logged in on another browser.

API Key not found in studio

Hello, I have a setup of novu self hosted on my kubernetes cluster the api web and websocket are accecible via ingress on AWS ALB. I'm trying to set up the studio locally and im able to get to this page, and getting "API Key not found". endpoint is set up using: ``` npx novu@latest init ...
No description

Gateway timeouts

Hi, We seem to be getting a lot of gateway timeouts today. We're not sending an unusual amount of triggers and are well within the limits of our plan. Any idea what might be causing this? We are using the PHP SDK, not self hosting....

Novu 2.x Self hosting issues

I'm trying to prepare for out migration and usage of Novu 2.x from 0.24. However when I run the Novu 2.x community from the github page i can't seem to connect to my locally run Novu instead of connecting to any of the Novu cloud services. Is this where i change the tunnel and bridge? But when i try to change these to localhost i still don't get the desired results or even getting Novu studio running when changing these settings. What am i missing? Can't i run this complete on my own? Thanks in advance....

Push notifications PWA on iOS

Hi everyone! I just have a couple of questions since I'm a bit confused regarding the iOS topic. We have a project built with Vite/React (frontend) and NestJS (backend). We enabled the PWA for iOS devices and we use Novu with FCM for Push Notifications. ...

Is Iframe and webcomponent deprecated?

We're experimenting with integrating Novu into our platform. We don't use react so we were looking to use the webcomponents or iframe alternatives. However, now when I revisit the documentation it's only available under v0 and for v2 there's only React and headless modes documented. So, my questions are: - Is it possible and a good idea to use iframes/webcomponents in v2? - If so, will they keep being supported?...

Need help in resolving some issues with self hosted local deployment of Novu.

Hello everyone, I'm new here, I wanted to deploy and run novu locally and I followed the self host guide, and it some what worked I had some question and issues: 1. in this we are using Mongo DB, can we use any other DB of our choice(most likely Dynamo DB) and if yes then do we need to make a lot of changes or it can be done with minimal efforts. 2. whenever we run npx novu@latest dev --port 4000 command it spins up Tunnel, Studio, Dashboard & Endpoint and gives us the different urls for these, I wanted to know after some time whenever I try to trigger a notification using a Nextjs frontend with some delay(like 5-10 min) after running the above command, the tunnel connection don't work i need to re-run the above command again and then it start working, can you please explain why this is happening. error that i get : ``` Error triggering notification: Unknown BridgeError: {...

Issue with OneSignal Integration in Novu: Workflow Runs, but No Notifications Received

Hi guys! 🙂 I'm trying to use integration of OneSignal with Novu for push notifications, but messages are not reaching OneSignal. Novu does not return any errors, yet OneSignal does not receive the request to trigger the push notification. I followed the official Novu guide for integrating OneSignal: https://docs.novu.co/integrations/providers/push/onesignal, configured OneSignal with APP_ID and API_KEY, and triggered a workflow in Novu that should send a push notification. The logs show that the deviceToken for the given external ID is correctly retrieved, but checking the OneSignal dashboard, no request appears. ...

Sync all workflows in Dashboard 2.0?

Hi, is there a way to sync all workflows from development to production without going through each individually in Dashboard 2.0?