Novu

N

Novu

Join the community to ask questions about Novu and get answers from other members.

Join

💬│support

🚀│general

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?

ERR_REQUIRE_ESM axios error with @novu/node package

I'm using v2.0.6 of the @novu/node package in my express application and when I run the novu.trigger() command, I get the following error: ``` /Projects/dashboard/node_modules/@novu/node/build/main/lib/novu.js:1 Error [ERR_REQUIRE_ESM]: require() of ES Module /Projects/dashboard/node_modules/@novu/node/node_modules/axios/index.js not supported. Instead change the require of index.js in null to a dynamic import() which is available in all CommonJS modules....

Novu self hosted multi tenant support

Hello, we are evaluating the usage of Novu with Self Hosted solution. At the moment I'm testing it locally by deploying the Docker image on my local docker. The problem is that I can't see the Tenants option; I also changed the env variable IS_MULTI_TENANCY_ENABLED=true , but no results. Can you please help?

NextJs | Unable to integrate in-app

I have added the code snippet to nextjs app. But still in-app in not shown as active. Now, when I trigger notification from studio, I do not see any notification....
No description

sendgrid templates

```typescript export const testWorkflow = workflow( "test-workflow", async ({ step, payload }) => { // First email - Welcome...

NestJs | Unable to see workflows in studio

I am following nestjs guide - https://docs.novu.co/framework/quickstart/nestjs 1. I have updated my app.module.js exactly as mentioned in docs. 2. added a new folder under src/novu/ inside which resides workflows.ts 3. when I head to localhost:2022/studio I see page. Screenshots attached....
No description
Next