Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

If I use topic subscription, is there a group selector in the digest?

Hi I am using topic subscription, Is it possible inside the digest to get a "groupBy" topic for the email Template? Criteria should be to see only the related Message to the subscriberID

Selecting one of many MSteams

I'm trying to add a new step in a workflow(chat-MSTeams). But I have couple of providers added for MSTeams in integration store already. How do I select a specific one while I add a step in workflow

Updating Message CTA Button status using TransactionId

I am sending notifications which contains CTA buttons (Approve and Reject) to multiple subscribers using topic So If one of the subscriber Approve it I want to remove the CTA buttons on other subscribers Can someone let me know how to achieve this behaviour For example:...

Not able to send subscriber email, first name and last name when using iFrame

Should I include the first name, email, and last name in the API request for this issue?https://github.com/novuhq/novu/issues/4096
No description

AWS s3 self-hosted error

hello i have deployed novu self-hosted with an s3 bucket and i can't upload brand logo ,i get the error message in the web browser console: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method The acces key and secret key are the same as my aws user , i need help please...

Got error after trying to use novu.broadcast

I planned to use this method (https://docs.novu.co/api-reference/events/broadcast-event-to-all) to send in-app notification for all of my users. I tried on my sandbox this approach and got error after 500th transaction (this happens exactly after 500 transaction) Error from novu: transactionId property is not unique, please make sure all triggers have a unique transactionId I can't understand what this error does it means. Maybe someone can explain me ? Thanks....

changing trigger identifier throws workflow_not_found Error

Hello guys, I changed the Trigger Identifier on one of my notifications. When I try to run a test with the new Identifier, I get the following error message: 'workflow_not_found'...
No description

New notifications not being received by the socket connection

I am using the listenNotificationReceive method from the @novu/headless package with react to listen for new notifications from my app. However, the method is not being called when I trigger notifications from my dashboard. To view new notifications, I'd have to manually call the fetch notifications method. Is there a way to fix this? Code snippets below ```ts const NotificationProvider = ({ children }: { children: React.ReactNode }) => { const [notifications, setNotifications] = useState<IMessage[]>([]) const { cacheConfig } = useAppStore()...

Avoid subsequent initializations of notification center

Hi! We have integrated the notification center in our vue 3 project. The problem we have is that in each change of router, a new session is generated, since by architecture, we have the notification center in a component that triggers the mounted cycle event for each change of router. Is there a way to for example, save the JWT in the first initialization and reuse it in subsequent mounted avoiding subsequent initializations? Thanks....

What do the job statuses mean in practice?

Could someone please explain what the various job status mean in practice? E.g. pending, queued, delayed? What is delayed digest job? What is a pending digest job? What is a pending in-app job? Sent but unread?...

How to migrate workflow data from uat-novu to prod-novu?

Hey guys! My project has been in development phase, so novu is also deployed in uat environment. Now the project is about to be released to production environment, so novu needs to be redeployed to production environment too. But I don't know how to migrate the workflows data from uat-novu to prod-novu, can anyone help me?

How to send silent pushes using APNs provider?

Hi everybody, hope you are all doing well! I use APNs provider to send pushes to iOS subscribers. And the problem is I don't know how to override payload to send silent push notifications. I tried to set a hashmap in Overrides field like this: ```...

Upgrade to 0.21.0 via images—migrations

Thanks for the new release to everyone involved. There has been other discussions on migrations but mainly this is for a development environment. The release notes seem also to be in that direction. My question is for those of us deploying container images in production environment who don't going poking around with one-off commands. What do we have do in regards to migrations? My assumption is nothing. My presumption would be nothing....

Error after trying to send message in a topic with big amount of subscribers

Hello, i use this method to trigger message in a topic - https://docs.novu.co/subscribers/topics#trigger-workflow-to-a-topic I got error in my production app, while i send message to topic and after my subscribers in topic became to big (more than 2 million subscribers in a topic). Error: RangeError: Invalid string length at JSON.stringify (<anonymous>) at TopicSubscribersRepository.mapEntities (/usr/src/app/libs/dal/dist/repositories/base-repository.js:199:86) at TopicSubscribersRepository.<anonymous> (/usr/src/app/libs/dal/dist/repositories/base-repository.js:93:25) at Generator.next (<anonymous>) at fulfilled (/usr/src/app/libs/dal/dist/repositories/base-repository.js:5:58) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) ...

Pushpad integration configuration

Hello, I am writing a blog post about Novu + Pushpad. I have successfully configured Pushpad provider and I have created a workflow. When I click "Run trigger" and wait for completion of the workflow I get an error: "Subscriber does not have a configured channel" What should I do?...

Error in topics endpoint

Hello, i have this error in production: PlanExecutor error during aggregation :: caused by :: Total size of documents in topicsubscribers matching pipeline's $lookup stage exceeds 104857600 bytes I fetch topics through this point: https://docs.novu.co/api-reference/topics/filter-topics Can you explain what is this ?...

Is there a way to reduce the size of docker images?

I run npm run docker:build and the generated images are more than 2GB for each application. Is there any way to generate the image with a smaller size

Overriding 'from' value

Hi All, I've been waiting for the issue that was due to be implemeneted here: https://github.com/novuhq/novu/pull/4168 However, I cannot get this to work- is anyone experiecning the same issue? Is there any timeline of getting this fixed Thanks,...

Not able to run novu on local machine

Hi, I have done following on Mac laptop: 1. npm run setup:project 2.in docker/local/development: $ docker-compose up 3.in 3 terminals :...