Getting 402 error while triggering the error
Hey guys I am trying to trigger an email notification from my node js app and getting this error message
"Request failed with status code 422"
...
Switch Workflow Notification template if Digest
Scenario:
We want to change the content of a Notification, if the notification contains only 1 event (to support pluralisation)
Problem:
The following expression is always true, even if there is only 1 event:...
Add dynamic filter to a topic
Scenario:
We want to notify all subscriber of a topic when a new file was uploaded to the server, so we are trigger an event to a topic using the .NET SDK:
```csharp
var dto = new EventTopicTriggerDto()...
App crashing
I'm having an issue with clicking on the action. As seen in the video I get sent straight to an error page. I haven't been able to figure out the root cause as of why this is happening, so I was hoping you guys could guide me in the correct direction.
How do you create a subscriber using the Notification Center for React
I am using the NovuProvider, however I can't seem to find the process for updating the subscriber properties i.e. email, number or any other metadata
<NovuProvider
backendUrl={novuBackendUrl}
socketUrl={novuSocketUrl}...
Notification center
Hii,
I have been using novu for some time.
Have observed a strange behaviour in angular.
1.Sometimes mark as read functionality (in case of multiple notifications) does not work properly in angular.When clicked on it, notification count does not change and message changes to read status.
2.If i click on the message, the notification count does not change.This happens occasionally....
Issue with template
I created a workflow and added sms step in it .
It works fine but when I change the content of sms , novu is picking old message content only .
The problem gets resolved after deploying it again.
Looks like a bug in update template flow.
#bug...
Notification Center Configuration When Running Novu locally
When running locally, I wish to change the notification center credentials to listen to a specific subscriber for testing purposes.
How should I do it?...
Fix blog updates subscription form
I created issue: https://github.com/novuhq/website/issues/96
I think api handler missing env
MAILCHIMP_URL
variable
@nevodavid @emilpearce @Pawan Jain...Mongo DB connection - More connections
I use mongo DB in Atlas and have a maximum of 500 connections.
When I launch novu in production mode I always get emails from mongo warning me that the connections to my clusters have exceeded 500.
Do you have any solutions? Is this normal behaviour ?...
Email Provider Templates
Hi, We are testing Novu for sending emails to users. I have templates setup in our email provider (Postmark or SES, doesn't matter) I cannot find any documentation on how to pass over which template I want to send in Postmark (or SES). For example, with Postmark, it looks like you only call client.sendEmail (https://github.com/novuhq/novu/blob/next/providers/postmark/src/lib/postmark.provider.ts) but there is no way to call client.sendEmailWithTemplate (https://github.com/ActiveCampaign/postmark.js/wiki/Templates) It looks like a similar setup for SES.
Is there a way to do this for email providers that support templates? Or is there another way to accomplish this without having to manually add the HTML to Novu?...
husky not found error
When trying to upgrade novu from 14 to 16 , tried ro follow the migration steps, in which when I execute npm run setup: project , getting husky not found error
Custom smtp usage issue
Hey, guys it there any solution for the problem
wrong version number
while custom smtp usage?
```
{
"library": "SSL routines",...Conditions in HTML formatting
Hey!
Where can I find some docks for conditions in message formatting?
I`ve found things like this (pic), but can I know for example if subscriber locale equals to "en" in if section and form the HTML depending on it?...
Resend, Invite E-mail
Hi, How will the resend password link / invite member work in a self hosted environment?
infosec certification?
Hi Novu,
do you have any infosec certification/s that you can share?
eg:
* ISO27001...
Not able to run pnpm install
I have added a new provider by creating a seperate branch and I am trying to run pnpm install but it is failing with error
This error happened while installing the dependencies of @novu/[email protected]
@Novu/dal is not in the npm registry, or you have no permission to fetch it.
...
Region is missing
Any idea how to fix this?
[Nest] 16 - 06/24/2023, 6:41:42 PM ERROR [ExceptionHandler] Region is missing...
logger-1.min.js
Hii, In self host novu there's a request to cdn.lr-in-prod.com/logger-1.min.js.
What's the use of this?...
Email custom html
Hi when i am sending email with custom html I have such a wrapper around my message. Is it possible to remove it?