Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

env variables description

I have deployed novu locally on docker and everthing is working fine. But I want to understand the variables in the .env file and play a little bit with them. Is there somewhere a description for those variables or a list where they are briefly discussed/addressed?

Delete Multiple Transactions not working.

If I am triggering an event to for example 3 users (not a topic), then there are 3 events with same transactionId. Now if I try to delete the transaction using: 1. this.novu.events.cancel(transactionId); OR 2. /v1/events/trigger/${transactionId} (https://docs.novu.co/api-reference/events/cancel-triggered-event) Then only 1 event is getting deleted with that transactionId and rest of the 2 events are getting delivered....

ENV secrets rotation

Hello, I would like to rotate the WT_SECRET and STORE_ENCRYPTION_KEY environment variables. I am wondering if there are any side effects or special considerations that need to be taken into account when doing this?...

Problem with running digest-learning-app

I pulled the digest-learning-app and went through the instructions. I am using my local API Key and Application ID values based on the local Docker instance of Novu I spun up last week. I believe I have them set properly. I am able to run the back end and it is listening on port 3000. I start up the front end and it lists a bunch of warnings but eventually opens my browser with the app running. When I go to add a message and click enter I get this error: ...

NV-2989] Upgrade cypress to latest version(#4426)

I have setup the projecct locally on my ubuntu and it is running on it, I was working on this issue where i havde to update cypress. while running the command : npm install --save-dev cypress@latest / npm update cypress it throws an error as following npm ERR! Cannot read properties of null (reading 'name') I did look over the internet and took help of chatgpt , tried clearing up the npm cache but it is not working is there any solution or way i can do it, also can someone explain me the issue i am facing....

Avatar not showing in-app notification

Hi, I'm facing this issue where the avatar is not showing up in the notification. This was working before. At first, I was just using the system avatar with the image url that was passed to the actor data, which is not working anymore. I've tried passing the image as {{avatarUrl}} in the workflow and passing the url in the payload, but this is not working as well. Am I doing anything wrong? Any help would be appreciated. Thanks...
No description

Unable to Send SMS from Local Docker Novu Install

Hi. About 2 weeks ago I downloaded the Docker Image for Novu and have been playing around with it. I am having a problem getting an SMS notification to send. When I look at the activity fee, I see the attached messages. Also attached is a simple workflow just for SMS. It appears to me that the box for the SMS step is not configured properly based on the red X over the plug icon. Also attached is what I see when I go to run the trigger. I have a phone number assigned to that subscriber, but it does not appear. I can replace the text with a proper phone number, but that does not seem to help....
No description

facing issue on npm run setup:project command

It was running fine before, but now I'm encountering this issue. I tried cloning and running it again, but it's still not working.
No description

The broadcast return timeout (10k+ people)

Hi Team! I tried to broadcast something to all the members and got a timeout....
No description

Unable to override "from" field for FireText provider

Hi All, We've reported an issue in the past where we could not override the "from" value when sending a FireText SMS. This was supposed to be fixed here: https://github.com/novuhq/novu/pull/4168 However, I tried today and this is still not working unfortunately (see attached picture). The "from" value being used is the one set in the FireText integration but I am expecting it to be overriden by the one from the request. Did I miss something or potential bug?...
No description

Question about issues in docs side

Hi everyone, I have a question regarding novu hacktoberfest about the issues. I have find many but minor issues in the docs section. So, if I raised issue for that and merged it. It would be counted for hacktoberfest

Facing issue Ryver Chat integration provider

Hi @Zac Clifton or anyone, Can you please help me to Please refer the all screenshots Error: Subscriber does not have a configured channel...
No description

unable to set Up in my local system Novu ?

Can you help me setup Novu in my local system? i ran npm run set:project and docker-compose -d command then I run npm run start this first page is displayed . this page is open but Onclick on google or github but I am redirect to this page ""can't reach page""...
No description

How to delete an account on web.novu.com

I want to delete my account under the GDPR law, how is it possible ?

Facing issue while testing new provider

Ok so I've added a new SMS provider called Clicksend. I'm done with the programming part, but facing issue to test this provider. When I run the command in root directory, 'pnpm run test:providers' I get the following error: More over I'm running the project locally while testing this. Here's what I did:...
No description

Sending Direct messages to discord

Is there a way in which i can send a direct message in discord through novu to the user rather than it being in a server. The goal is the user just gives his discord user ID (example: N10R#5322 or the actual user id) and he gets automatic discord notifications directly to his direct messages, rather than setting a webhook to the server?

I am getting an error while testing the Twilio provider

'm encountering an unexpected provider error while testing Twilio SMS. Can anyone help me understand why
No description

Adding Missing Method for Environments in python SDK

Hey folks, I am working on the following issue https://github.com/novuhq/novu-python/issues/74. I need help in understanding the updateMyEnvironment API (https://api.novu.co/api#/Environments/EnvironmentsController_updateMyEnvironment). It would be really help-full if any maintainer or contributor can help me in with it!

Adding Whatsapp chat provider to Novu

hey folks i am working on adding D7 Network Whatsapp Chat Provider and i have setuped the provider using Novu's guide to building a provider and need a bit of guidance on what i have to do next with the D7's whatsapp API https://github.com/novuhq/novu/issues/4369#issuecomment-1750744015...

Grafana On-Call Provider

@Siddharth Asks, "Hey guys i am a bit confused on this task what is to be done here because Grafana on call gives us a custom outgoing webhook which can be used to send email or sms so it means i need to use existing provider to let user send email is it right? Secondly how to do it because i cannot find docs for that" https://github.com/novuhq/novu/issues/4438...