Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Error of Monogo DB connection string

@Pawan Jain @Novu_Bot while docker-compose -f docker-compose.yml up then show below error [Nest] 921 - 07/04/2024, 7:08:02 AM ERROR [ExceptionHandler] querySrv ESERVFAIL _mongodb._tcp.cluster0.8vyb3rm.mongodb.net ws | Error: querySrv ESERVFAIL _mongodb._tcp.cluster0.8vyb3rm.mongodb.net ws | at QueryReqWrap.onresolve [as oncomplete] (node:internal/dns/promises:240:17)...

Need Help with MongoDB Connection Error in NestJS

Secrets YOU MUST CHANGE THESE BEFORE GOING INTO PRODUCTION used as a secret to verify the JWT token signature JWT_SECRET=aa5d69e46da930112b31f186b3dab3760b752219fa14ef4c55497f9bfefe5c52 used to encrypt/decrypt the provider credentials...

Subject: Need Help with MongoDB Connection Error in NestJS

api | [Nest] 452 - 07/03/2024, 1:57:03 PM ERROR [ExceptionHandler] querySrv ESERVFAIL _mongodb._tcp.cluster0.8vyb3rm.mongodb.net api | Error: querySrv ESERVFAIL _mongodb._tcp.cluster0.8vyb3rm.mongodb.net api | at QueryReqWrap.onresolve [as oncomplete] (node:internal/dns/promises:275:17) Unable to connect to mongodb in novu .env file. How to resolve this issue ?...
No description

Teams notifications fails now missing helper : i18n

Hi guys since two weeks or so Teams notifications doesn't seems to work because of missing helper : i18n. This is really bad for us our feature is now broken. It was working fine before....
No description

Permission for notifications not asking for iOS browsers

iOS browsers are not asking permission for enabling push notifications. It is working fine in android.

Authentication IDP

Hello guys, I founded Novu while I was doing some research about notification services. My question is, what kind of authentication is included and supported? Is it possible to connect an idp?

Duplicate FCM web push notifications

FCM web push notifications are being received twice in a single trigger everytime.

Internal server error (500) trying to promote a workflow change

I've made some modifications to a workflow and am attempting to deploy these changes, but I keep encountering an "Internal server error" message. I have previously experienced issues with this workflow which I managed to resolve by changing the Trigger identifier. However, this time, even that solution isn’t working. Attached are screenshots illustrating the problem....
No description

Message retention policy

Hello Team!) Is there an "out of the box" solution to configure messages retention period in Novu? Ex: I need to store notification only for 1 week and auto delete after to save disk space....

How to get a notifications list by feed on react app

Hello Team!, So i have 2 feed identifier market and trigger and i use 2 different useFetchNotification hook to fetch the notifications with 2 different feed identifier but somehow the data got replaced by one and another its either market or trigger, market feed is used for the entirety of the app and i want to use novu socket by trigger feed to get update to trigger api call
No description

How do delete Novu organization?

By accident, I created a new Novu organization which puts me on the business plan. How can I delete an organization? Will I be billed for this?
No description

Shadow Payload

Hello ! I'm trying to use Novu with the java sdk and as self-hosted. Actually it work pretty well. I use a payload in this form:...

How to create a Terminal

Hello Team! I spent a lot of time investigating where is coming from this bundle https://github.com/novuhq/docs/blob/staging/echo-terminal.js and I couldnt get any results. I want to create a similar interactive terminal with workflows but I don't know where to start. Something like on the hero of Stainless (https://www.stainlessapi.com/). Can anyone guide me please?...
No description

🚨 Support Guidelines 🚨

- Share as many details as you can. It will help us in debugging the issue. - This channel is for general bugs, issues, feedback, and support for Novu SaaS users. - Please share environmentId to report any bug or issue in Novu SaaS. - If looking for self-hosting support, kindly use #⚓│community-self-host channel. - If there is any issue in running Novu in local machine, please share system details like operating system, RAM size, npm version, node version....

Hi Team,

Is there any way to Get Messages of a subscriber ordered by latest messages? If I send limit as 50 to getMessages API, it is giving me top 50 in chronological order but I'm looking for latest 50 messages to display on the app. Please let me know if that is possible.

Setting condition for user inactivity

Hi, Team! How do I add a condition for a push to be triggered after 3 days of a subscriber inactivity? Or when they add something in the cart but do not finalize their purchase?

CORS on VPS

I deployed Novu on VPS. When I try to register through web app I get CORS error. In network and console I get these (two images)...
No description

FRONT_BASE_URL: Invalid url: "$HOST_NAME:4200"

I deploy Novu on VPS. It is my .env file JWT_SECRET=eadfce9325ddac90fde6011b494871ac089a048606efe1f5c109409bbb278278e7b7adf65fc6d18c5e1921692d5e6dc13722d1ba1be3e28899983b5d1dc9e644 STORE_ENCRYPTION_KEY=12345678912345678912345678912345 ...

Trigger the workflow from the next.js app.

I created workflow. When i trigger it from web app I see notification in my app. But when I trigger it from my app I do not seen this new notification. I deploy novu locally and I work with my next.js app.