Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

How i can change layout of UI in-app

I want rearrange their layout and colors.

Hi, error to build with react

I try to run local novu and get this message error when i run npm run setup:project ✖ nx run @Novu/web:build
@novu/[email protected] build /home/fernandoerd/Projetos/novu_test/apps/web cross-env NODE_OPTIONS=--max_old_space_size=4096 react-app-rewired --max_old_space_size=4096 build...

confused with Jarvis options + problems running locally

here in the image, what does each option mean? All of them sound too similar
No description

How to manage "archived" for notification

I want to create a notification system where there will be three tabs "All", "Unread", "Archived" For each notification item I want to allow users to make it archived by clicking a button. In this scenario how it is suggested to manage it? Should I create a new feed called "Archived"? If so how could I manage a notification to go in that feed after click?...

notification group/ workflow group- adding workflows, subscribers to the group

Hi There, I am looking to create Workflow group and then in those groups, * *want to create workflows so that, when a new Subscriber is created I subscribe him to workflow group instead of each workflow...

Conflicts with Vuetify

Configuring Novu on an existing Vue project with Vuetify there are 2 errors: [Vue warn]: Component "VTooltip" has already been registered in target app. [Vue warn]: Component "VMenu" has already been registered in target app. Any advice about how exclude importing those components or rename them?...

One build failing while setting up locally

Only one of my build out of 64 is getting failed, and I cannot understand why is this happening? ```
NX Ran target build for 64 projects (7m)
...
No description

Email are now being sent by [email protected]

Did this just change? My users are reporting they are getting email with the generic sender even though my workflow clearly shows I am using my email.

On clicking Sign In it keeps loading but never proceeds

I have setup the project using npm run setup:project and npm run start selecting run (web, api,...). After that when I am trying to login it kepts on loading but never proceeds. What I can do after that?

How can I set dynamically set delays based on the trigger payload?

I want to trigger a delayed notification, but the delay needs to be set dynamically instead of a constant in the workflow. Should I just create multiple workflows or is there a way to dynamically do this? Thanks

In-app notification: Unseen count for selected feeds

Hi all, I'm wondering if there's a way to get unseen notification counts for In-app notification of some feedId I found that using the SDK i could get the notification for some feeds ({ feedIdentifier: "feedA" }), however I tried using the codebox provided in the docs and it appears unseenCount counts for all notification to the subscriber, not being filtered by feedIdentifier I need to get the unseen count for some selected feed, e.g. having 3 feeds :...

how to remove "power by novu" of iframe embed

how can to remove "power by novu" from notification tray

S3 (Self-Hosting) bucket policy

Having used the documentation site to look for this answer (by the way, great search approach!), I can't find documentation on the setup of an AWS S3 bucket that includes the entire setup of policies. I can see CORS although that probably be more restrictive in production. I see in the source it looks to require 'public-read' for example. Do you have a recommended production settings?...

Chat Overlay

Not in the best place, cant click next:
No description

Change admin password

Hi all, I wanted to change the user's password, but I couldn't find a method for this in the web. Could you please tell me if it can be done using api queries?

Automated repeatable way of deploying multiple instances of Novu with the same baseline config

I'm looking for a way of having multiple instances of Novu deployed on separate hosts with the same baseline configuration. What would be the best way of achieving this? At present I am using a script which basically configures the system via curl. Is there a better way? Would an export, find & replace and upsert of DB documents be a better method? Is there an undocumented API method for this? In our environent all channel configuration would be identical. Only SMTP server settings would need to change. Any suggestions/scripts would be greatly appreciated 🙂...

Custom SMTP with HostGator Not sending emails

If you configure a custom SMTP and your hosting privider is HostGator, the emails are not sent out. I've tried this with a local nodemailer from another project and faced the same issue. After digging around the internet I found out it's a common issue with hostgator filtering out emails sent problematically with nodejs. To go around it, the community in Stackoverflow advises adding a "name" property to the createTransport() function as in the screenshot below ...
No description

notification feed more than 10

I want to get feed for a specific subscriberId with a filter where seen is false and page count is at least 100. I cant call api from front end because i am getting CORS error. can i do this with usenotification().

ReplyError: CROSSSLOT Keys in request don't hash to the same slot

Hi all, We recently upgraded to the latest Novu release (we were stuck to the last release without workers so far) and we're noticing the following error in worker's logs which I can understand. I don't know if that the reason but emails are being created using the API trigger endpoint, however we can't see anything in activity feed....