Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Backing Up Novu Notifications details from MongoDB

I'm working with Novu notifications in our own environment, and we're using MongoDB to store the data. Our DevOps team provided information that the notifications are stored in MongoDB, but the tables we checked don't seem to contain sufficient data related to the notifications. Could you please provide guidance on: What tables or collections should I check for complete notifications data?...

Disable SignUp

Hi there, is there any way to disable sign up in selfhosted version?

Elasticache ERR_TLS_CERT_ALTNAME_INVALID when using custom DNS name.

We're using AWS Elasticache (Redis) with encryption enabled for Novu. A custom DNS CNAME is pointing to elasticache cluster. When connecting to the cluster by the custom dns name Novu throws ERR_TLS_CERT_ALTNAME_INVALID error which is fine due to the origin of the elasticache cluster certificate. We're trying to ignore the error with REDIS_TLS env variable but it seems to be ignored. ...

Endpoint Post Create subscriber

Hello everyone! In this endpoint, when I sent a request with a subscriberId that already exists, email was updated. As this endpoint is a post, shouldn't it return an error with the message that a subscriberId already registered?...

Unable to sync with Novu Bridge

Hi, I have deployed my Novu Bridge app with a simple workflow at https://novu-bridge.simple-freelancer.com/api/novu When I attempt to sync mu Novu Cloud with this instance I am getting an error:
data: {...

Send MsTeams message to a channel only once for a topic

I'm using topics to handle groups of users, I would like to send a message to MsTeams when the topic event is triggered but only once. Atm when I'm triggering the event, the message is sent depending of numbers of subscribers inside the topic...

Tenant wise in-app notification

in our use case, users can be part of multiple workspaces (tenants). Each tenant can have different set of notifications for its users and we want to show these differing notifications in the in-app inbox when the user switches between workspaces. From this documentation (https://docs.novu.co/concepts/tenants), it is not clear to me whether the Inbox component can filter tenant wise notifications for the user. Its not clear from the APIs as well....

Debugging bridge errors

How can I debug this error: ```[Error]: Something went wrong. Please try again later. at Object.post (/opt/project/node_modules/@novu/framework/dist/servers/express.js:23:5326) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:4769 at async ue.handleAction (/opt/project/node_modules/@novu/framework/dist/servers/express.js:27:3961)...

Workflow in dev mode

Hello, I have problem with new workflow in dev mode. These urls works: ✔ 🖥️ Dashboard → https://dashboard.novu.co ✔ 🎨 Studio → http://localhost:2022/studio ✔ 🌉 Endpoint → http://localhost:3000/api/novu ...

Add/hydrate subscriber email in a custom step

This section of the docs mentions
You can also pass only the subscriberId during a request, and hydrate the data directly from your database or other sources during the trigger execution. This is useful when you don’t want to store all the subscriber data in Novu.
I'd like to do this, specifically to pass only my subscriber id in the payload and get the email from my db in the workflow itself. ...

Run docker localhost, configured API to serve on 3001 but WEB still hits 3000

I serve docker on localhost with api setup to serve on 3001 but web still hits 3000
No description

Attempted import error: 'InboxContent' is not exported from '@novu/react' (imported as 'InboxContent

In a NextJS project, I'm getting the above error in my console whenever I try to import the InboxContent component. My import looks like
import { Inbox, InboxContent, useCounts } from '@novu/react';
import { Inbox, InboxContent, useCounts } from '@novu/react';
on ^2.3.1

Getting 504, 503 errors right now

Hi, we're getting a lot of 504, 503 errors right now when trying to register new users for webpush and when trying to send notifications. ```html <html> ...

NOVU - INBOX - Next.js

Hi everyone, im trying to use NOVU Inbox component on Next.js but its throwing an error - TypeError: Cannot read properties of undefined (reading 'request'). Could anyone help?...
No description

api requests going to localhost:3000 when self hosting

hey there i self hosted novu on a vm from azure but for some reason the api requests are going to localhost:3000 and not to my azure vm ip and hence they are failing please help...

How to notify a topic passing an array of subscribers to exclude?

I have a subscription topic TOPIC-A I want to notify TOPIC-A where the users A, B, C, D, E are subscribed to, but I want to exclude users D and E from this notification. Is it possible?...

How to promote workflow to prod

how to promote workflows to production, can someone please guide me?