Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

How do I programmatically close the NotificationCenter? (vue)

There doesn't seem to be a way, but I may be missing something.

Getting errors while setting up project in my local.

Hi, I am getting below error while setting up the project. × nx run @novu/ee-dal:build
@novu/[email protected] prebuild D:\open_source\novu\enterprise\packages\libs\dal rimraf disting target build for 39 projects...

How to use Handlebar to reference System Variables

I am working on a POC where I want an email workflow to have a simple {{{message}}} variable. The value for message will be generate on our side of the call. However, we want to use "System Variables" inside the "message" variable. The first attachment should be a simple email template with "{{{message}}}" in the "Editor". The second screen shot should contain the the "Preview" tab with "Hello {{actor.firstName}}" in the white panel....
No description

Vercel errors when I open the Preview in Novu using Novu Echo

I'm using Novu Echo and I have a couple of steps configured In App -> Digest -> Email When I go to Novu Workflows and open the one created by Echo, I get a bunch of errors reported in Vercel. Is this normal? How can I fix it or ignore if it's expected?...
No description

Can someone help me in adding new npm package on NOVU project?

I want to add some npm package to application-generic for implementing sth. So I just pnpm added <Package-Name>... BUT it shows these errors Can anyone help me with this? ...
No description

Hi there. the Novu dashboad says my notification was sent but i am not receiving the notification.

The Novu dashboad says my notification was sent but i am not receiving the notification on my cell. Please help.
No description

Can someone help me in applying background image in a custom html template

This is what my template looks like




...

Can we use Dynamic templates of Send grid using Golang package of Novu?

We are currently using sendgrid provider for emails And we are using sendgrid dynamic templates to send emails Does golang package of novu supports this? https://docs.novu.co/channels-and-providers/email/sendgrid...

Unable to send notifications

Hi! We are using novu selfhosted over a couple of different docker hosts. All the containers starts up and seems to work fine. We can create and edit workflows in the web-ui. But when we try to start sending notifications nothing happens. There is no activity in recorded in the activity feed. In the logs of the worker we get this error message for each notification we try to send: 56381/10/31 02:01AM 50 pid=17 serviceName=@novu/worker serviceVersion=0.24.0 platform=Docker tenant=OS transactionId=3fdd9908-df62-483c-8886-074cd2c50186 environmentId=664f46193c32bbfb26d70395 organizationId=664f46193c32bbfb26d7038e context=SubscriberProcessWorkerService - getWorkerProcessor err={"type":"TypeError","message":"undefined is not iterable (cannot read property Symbol(Symbol.iterator))","stack":"TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))\n at SubscriberJobBound.<anonymous> (/usr/src/app/packages/application-generic/build/main/usecases/subscriber-job-bound/subscriber-job-bound.usecase.js:134:93)\n......

Getting "email must be email" error when using apiService.initializeSession

Hi i'm using the ApiService from @novu/client package. The code is somewhat like: ``` import { ApiService } from "@novu/client" const api = new ApiService("http://...") await api.initializeSession(subscriberId, appId)...

Integrate Novu with SvelteKit

are you planning to add an echo handler for SvelteKit?

Sync with self hosted return 404

Hey, I'm trying to sync with self hosted but the server return 404
No description

Self hosted novu deployment does not store any integrations

We have deployed 0.24 on a k8s cluster. We were able to setup and login; howver, none of the operations seems to work like adding brand logo, integrations etc. The UI shows a toast that operation completed successfully, however, after that there is no entry of integration or for that matter even the logo that is uploaded. We are using RDS postgres db for the same. Any clues what might be wrong?

Issues with migration in self hosted

Im trying to run Novu on 0.23 and i had several issues running migrations. 1. I had to rebuild the package application-generic because i was getting an error for @novu/sendgrid used inside it. I think this error applies to all migrations that builds the nest app. 2. some migrations simply doesnt execute a function. I had to modify them to execute something: encrypt-credentials-migration.ts, add-integration-identifier-migration.ts, seen-read-suport. Is there anything i've been missing? I just followed the docs, that tells you to run npm run setup:project and then run the migrations....

Step condition by comparing a payload field with a subscriber field

Hi everyone, I'm trying to add a step condition to only perform a step if a payload field value matches a subscriberId. The condition creation UI only allows comparing with a literal not a system variable. What should I do to achieve that. Thank you in advance!...

Is there Any limit on number of recipient we can send per trigger?

if there is any limit on recipients per trigger then what is the limit. and if there is no limit then does it handle 2000 recipient in single api call?

Indexes not created on documentdb when running novu

Hey guys, im running novu locally with the local docker-compose, connected in a AWS document db instance. I noticed that no indexes were created in my collections, just the id index. Do i need to run something to create them correctly?

Dev studio doesn't detect a local https endpoint

To keep my dev environment as close as possible to prod, I use https locally. That's particularly useful when working with sessions and cors settings. Dev studio doesn't detect the endpoint when I have https on, even though I can query it through the browser. ...

Is there a way to create a subscriber from the headless service?

We're trying to setup push notifications but apparently they need a device token. However I couldn't find a way to set this information in the headless service, it receives only a subscriber id as a parameter and nothing else related to the subscriber itself

API UnsetCredentials (FCMToken)

I am using FCM to send push notifications, and I am trying to unset the credentials of the subscriber's FCM token. However, I am encountering the following error: ```json data: { message: 'Subscribers environment (664adb5ab9e7a05865b92156) do not have active firebase-cloud-messaging-692i3c49r integration.', error: 'Bad Request',...
No description