Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Getting CORS Network error while accessing Novu Web

I have deployed Web and API in one POD in kubernetes. When I tried to access the web from browser I am getting CORS error. I have gone through issues raised earlier and set up the following things but still facing the same issue. 1. Set up FRONT_BASE_URL for API as web app base URL 2. NOVU_ENV=local to bypass the CORS verification ...

Step Queued

Is it possible to cancel an email sending schedule?
No description

We use github enterprise and again suddenly i'm unableUnable to login again with our github accounts

We use github enterprise and again suddenly i'm unable to login. I'm already logged in github and i get the screen asking me to create a novu organization when i already part of one. Tried with chrome and github. Is something wrong with my user?...

Deploy and Sync novu workflows

@Pawan Jain Hi! We deployed our workflows and set it as Novu Endpoint URL. Workflows synced but when I try to trigger some workflow I have this error - Signature key not found. Please provide a valid key in the Client constructor config.secretKey. Can you explain how I should correct set secretKey and where, please? Because didn't find it in documentation. Thank you in advance ❤️

primaryAction.url doesn't seem to be working with the new notificationCenter

Hey! we started implementing novu into our system and we've been loving the ease of use so far. After implementing a few workflows emails, and delays, we started implementing the NotificationCenter and we're currently running into issues with the url and other payloads from step.inApp for some reason no matter which url i use in primaryAction.url the button in the notification center doesn't redirect to the url, when i tried to implement a custom onClick, i don't see any of the params i pass through the return type of step.inApp, no primaryAction.url no someOtherParam nothing gets to the frontend onPrimaryActionClick function. Here's my return type: ```await step.inApp(...

Delay updating workflow content

Hi, I'm changing the content of a workflow, but it's taking more than 1 hour to update my In-App Widget with the new content. Is there any configuration or cache I'm missing on Novu?

Style inbox component react

I was trying to migrate from novu provider to novu inbox component but I had hard time styling it. First, novu react doesn't export dark them as mentioned in the docs, so only light theme is available. Also, in the variables in the appearance props I can control all variables except for on hover color. There's not enough examples on customizing the appearance, controlling notifications hover, or other styles in the elements prop ...

How do we handle different types of notifications??

Its one of our product requirements that notifications need to have a couple of different types like product notifications, news notifications, general platform user notifications etc. We would like to filter notifications by these types. How does one implement this in Novu??...

How do I style the notification counter in web component?

How do I style the notification counter in web component?

Novu headless in v2?

I couldn't find documentation about using @novu/headless package with novu's cloud, which is v2. I could only find the documentation for the headless package in v0.x...

How to migrate from self-hosted to Novu Cloud?

Hi Support. If I have a self-hosted version which is being actively used by production users, what is the best way to migrate it to novu cloud??...

Setup Dev and Production separately

Hi Support, We're a SaaS app that has active users, and we're looking into Novu for our notifications provider. While buying the monthly subscription for Novu is suitable for production, I couldn't find an option for separate development and production environments....

Cannot see title in in-app notification

Hi! I created workflow which has in-app notification with title and body fields but when I get this notifications from /v1/messages/ endpoint - I have only body text inside content field. How I can get title field also?
No description

Where to find the logs in Self-hosted

Hello everyone, I am trying to setup mailtrap and when I test email from Novu I get unexpected provider error message without any details, I would like to be able to access the logs in my self hosted Novu, How can I access the logs? which one of the containers may have the logs?...

Socket error

Hi, I'm a little lost with this error. I'm using novu headless. I set up my app to access ws: const headlessService = new HeadlessService({...

Preferences for different roles

What if some of my workflows are targeted for admins and other for clients? I would like to let them only show the preferences the role is designated for

Workflow Tags

I am not sure if this is a bug, but I am trying to tag several of my workflows with the same tag and I cannot see the tags that were created from tagging another workflows. Are tags manageable across workflows, or are they only applicable to the workflow they were created for?

Subscribers in the topic are not receiving notifications.

Hello everyone, I have a small issue with the self-hosted version. I created a topic and added subscribers to the topic, but when I send notifications to the topic, the subscribers do not receive the notifications. My cURL curl --location 'http://localhost:3000/v1/events/trigger' \ --header 'Authorization: ApiKey 22528a20eaebd1805c5f6a92edff1857' \ --header 'Content-Type: application/json' ...

Self hosted limits

when using the cloud version there seems to be limits on free, business and enterprise plans. we're using novu self hosted, and I can't find any references in the code to the request limiting, is that done over another package? meaning can we push novu to production server fully sure that there's no workflow call limit?

Novu Metrics

Hey there, I am running Novu locally on aws and want to get the metrics visualization on Grafana. I am quite new to this so I am looking for some documentation to refer to. Where can i get the docs or some other reference docs?