Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Enable SSL

How can i configure SSL for all aaps? can you please guide me?...

Purge old data

Is there a mechanism to purge or archive old data? Some companies have policies to archive old data after certain number of years so just wanted to check if Novu has a process to take care of it.

Request entity too large error

Hey guys! Have some problems with self-hosted novu. While trying to lode up a email html template got {"statusCode":413,"message":"request entity too large"} The template weights 106kbs...

Any alternative way to add a team member on self hosted versions?

as emails can't be sent at the moment, I am curious if there is an alternative means to add a team member, a link perhaps?

Migrate data from 0.9.0 -> latest

Hello, so I have a server running a fork of novu: This branch is 5 commits ahead, 6465 commits behind novuhq:next. I have to install novu using the latest images and basically kill the fork but I have to migrate the database. I think the fork is at 0.9.0. Now what's the best approach to upgrade to latest? I figured I just set up 0.9.0 again, then migrate the data and then just take one 0.x.0 version at a time?...

webhook url for sendgrid

Hey all, I'm looking to receive and record email (sendgrid) sent, open, and click events in my app. Typically I'd register a webhook in sendgrid to do this. But since emails are triggered through Novu now, how would I go about implementing this? by @pxue ref:- https://discord.com/channels/895029566685462578/943775848509620234/1133104161781715034...

How to move Nove to another VPS without losing data?

Hello, if I'd like to transfer novu on another VPS, how would I keep my data? Do I have to just transfer the docker volumes?

Flutter example

This is a followup from last time, the thread is locked, so i have to ask again. Whats the plan for flutter client?

Not able to run pnpm setup project

when i tried to run setup:project getting below error
http://registry.npmjs.org/@novu%2Fdal getting Not Found with response code 404 while i was installing "application-generic" version "0.16.4"...

Search bar in workflows and subscribers tabs

Hey, everybody! At the moment our instance has 20 pages in the workflows section and about 2000 users in the subscribers section, it is not convenient to search for them in the interface. Is there any search bar or plans to add it? ...

I am trying to deploy webhook in self hosted novu

Why have you mentioned redis configuration for prod environment for webhook? webhook component uses redis ?? @Support...

Resetting account

Hello, I want to reset my account or delete it (to recreate another). Thanks

Error when testing trigger: Subscriber does not have an active integration

Hello when I test my trigger it return this error (only in push): Subscriber does not have an active integration what does it means ? The service worker is setup and device token too

Variable settings in mail template not updating

Hi! I am building a new email flow and am using a couple of variables in the content. I have noticed that the settings for variables (defaultValue, isRequired) are set back to the novu defaults whenever I update, so it seems like there is no way to save them with the settings I want.

Handlebars helpers

Hey! Is it possible to register a custom handlebars helper to use in the workflow?...

Slow down in performance / Redis / self host

Hey, we've got a staging and production setup of Novu running on AWS ECS. When we've tested and tweaked things in the staging environment, we simply push the docker image to production and get it up and running there. But, here's the thing: lately, we've noticed that the production instance (which isn't heavily used right now) tends to slow down over time. Certain endpoints like feed and markAs take up to 40 seconds to complete, even for users with less than ten notifications. However, we stumbled upon something interesting today. We found that if we restart our Redis instance (which we don't normally do during deployments), Novu instantly becomes more responsive....

@novu/shared tweaks

Guys, I noticed a problem with the getContextPath function in the @novu/shared library. Back in version 0.12 I just tweaked that file with the required changes and completed a docker build and everything worked. Happy days. However, I have jumped to Novu version 0.16 and the same fix no longer works. In fact it appears that the tweaks version is no getting included in the build at all! Before, with version 0.12, my tweaked code was getting included in the resulting build/static/js/main.xxx.js file (and map file). However now, the code that is included is the same code from the original Novu repo (not my tweaks code) which is no longer present in my local repo / env when I am building the docker image! One other item to note, is that I do not change the version number of the @novu/shared library in my local repo, I keep everything the same as before Is the @novu/shared library that is getting included in my docker build getting pulled from the internet and not getting build locally?...

Postmark Integration Error

I'm running Novu locally. When I try to add email integration for Postmark. I get the following error.

Maximum loadout

Hi, did you test what is the maximum loadout for novu to be hold? How about scaling api and ws on k8s is it possible? And what is the maximum loadout for api and ws to be hold by single instance?

Migrate notifications from MySQL database to Novu

Hello, right now in my system I have a notifications drawer that retrieves the notifications from a MySQL database, and I am working on implementing Novu. I was wondering if there is a way to migrate my old notifications onto Novu so the users don't lose them.