Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

issue in novu.trigger

import { Novu } from '@Novu/node'; const novu = new Novu('ef27ea09ec28fb01ae37634aebb099ec'); await novu.trigger("iKS Bot", {...

novu/[email protected] failing to start on docker

Good morning! Get the following error when attempting to start novu/[email protected] via the Docker image:
ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND  No package.json (or package.yaml, or package.json5) was found in "/usr/src/app".
ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND  No package.json (or package.yaml, or package.json5) was found in "/usr/src/app".
...

Twilio SMS - specific alphanumeric sender ID

Hi everyone, does anyone know if this is possible to override the from field before Novu sends the request to Twilio for sending an SMS? So that instead of receiving an SMS from a phone number, you see an alphanumeric sender ID. See here for reference: https://www.twilio.com/docs/sms/send-messages#use-an-alphanumeric-sender-id

Self Hosted instance tries to connect to localhost instead of custom URL

Hi Team. I was able to successfully setup Novu using docker and the containers managed to start up with no issues. I have set up the env variables in the .env file successfully. However, when I try to connect to my self hosted instance and sign up, I get "Network Error" in the UI. Upon checking the console, I see that the POST request related to registering the user is being sent to http://localhost:3000/v1/auth/register instead of the custom URL which would obviously fail
xhr.js:247 POST http://localhost:3000/v1/auth/register net::ERR_CONNECTION_REFUSED
xhr.js:247 POST http://localhost:3000/v1/auth/register net::ERR_CONNECTION_REFUSED
I checked similar threads and tried to use ghcr.io/joeyeamigh/novu/web:nv-1803 as the web container, but I get the same issue. Additionally, I am using NGINX as a reverse proxy and I have set the context paths accordingly...

Issue while having both FCM and APNS active

Hi all. I'm facing a strange issue while having both FCM and APNS integrations set and active. I'm setting the credentials for a subscriber with an APNS token like this: ```{...

How to use raw html to render it, than creating the tags

Currently we have our own templates which we saved in elastic, instead of doing complete migration from the existing system to novu templates. We need to use some of the novu features like , send email , digest etc. So I have created the simple template like step varible,...

Can Novu handle sending notifications to 500k or 700k users at once?

@starwiz_7 asked over the #🪄│engineeringchannel the following: "How will it handle if we want to basically have a burst of notifications say 500k or 700k users must receive notification (via in-app). How will Novu do this?"...

Error in using gmail in Custom SMTP provider of email

error:- 140271269854000:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:331: asked by @.globalenemy...

.NET SDK

I'm creating this support item to gauge the need / priority for a .net sdk. I'm looking at creating one so that I can use it in the app stack I am currently building for work, but wanted to see what Novu's direction was and to see what others thought as well. 🙂

How long are novu notifications saved by default?

Our friend @altsss, have asked this question over the #💬│chat channel

Self Hosting Performance Queries

1. Benchmark for each instance of Novu app, example how many concurrent request it can handle 2. What is the recommended requirement for a single app, example how many core of cpu required to be allocated for the docker? how much RAM required? 3. When deploying multiple instance for both HA and load balancing purpose, how to share a same DB so that all analytic log, user data are in same DB. User wants to self host Novu...

novu python sdk for docker

hi how can I add novu python sdk with my custom novu deployed on docker...

Web Socket service under path?

hey does anyone know if we can self hosted the web socket service under a path? i.e novu.domain.com for the base api and then novu.domain.com/ws for the web socket service? Thanks!...

Handling of bounce back emails

What happens when the provided email is incorrect? How does Novu handle email notifications that are bounced back?

Issue connecting to Azure REDIS

We are trying to connect to Azure REDIS. The logs initially shows as connected but we keep seeing the following error for every second on the API after it is up. Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) { errno: -104,...

APNS error while sending notification (v 0.12.0)

Hi all! I'm trying to send push notification using APNS (since the topicID issue has been fixed in 0.12.0 - thanks for that! ). I have configured and activated the provider but when I trigger the notification I get an error without any helpful message:...

How to mark a message as seen based on push payload

We're using Novu to send push notifications to mobile devices. We want to be able to mark a message as seen when the user presses on the notification, but I'm not seeing anything in the message data that would allow use to do that. Any ideas on how I could do this? It doesn't look like there is a way to look up a specific message based on payload data either. Edit: A little more info, in notification template we have the in app, email and push channels. Specifically what I'm looking for is a way to mark the in app message as read from data that would be available in the push notification....