Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

馃挰鈹俿upport

馃殌鈹俫eneral

Notification is not displayed.

I am using <Inbox/> component. When I click on the component, I am getting the following issue. Uncaught runtime errors: ERROR Cannot read properties of undefined (reading 'split')...
No description

Digest and email attachments

I generate a couple of PDF reports for users, for which I send in-app notifications, and I would also like to add an email with the PDFs in attachments. I considered using the digest step to retain one notification per report in the app, but instead opted for a single email for multiple reports. However, it looks like the digest step is not merging the attachments from the individual triggers. Only the attachments passed to the first trigger are retained in the final email....

Workflow - limited to 4000

Hi - we are experincing a significant production issue in which we are not able to create a new workflow as we are at a "4000" workflow limit yet we pay for unlimitted workflows

Issue with Novu Bridge Endpoint Connection

Hi Novu Team, I'm encountering an error when trying to connect to the Novu Bridge Endpoint. Here are the details: URL: http://api-internal.novu.local:3000/v1/environments/68490924a57a209c43afff03/bridge Status Code: 400...
No description

Is the documentation page down?

Getting an internal error when navigating to https://docs.novu.co/platform/overview. Attached a screenshot as well, I assume its coming from Cloudflare? Or are you guys performing a release rn and should I just wait it out?...
No description

Hi, I see that there is no iOS SDK

Hi Team, i am an ios developer and i see that there is not native swift sdk, i would be interested in making one, can someone from novu team connect with me and guide me through some things

Not receiving notifications on websocket

We're using @novu/react and we're not receiving any messages on the websocket. We render the Inbox as our povider: ``` export function NotificationsProvider(props: PropsWithChildren) { const navigate = useNavigate();...

Timeout when trying to trigger workflows

Hey, We are currently experiencing many timeouts when trying to trigger workflows (we get 504 status code back). Even successfully invocations takes a long time (30+ seconds). Help will be appreciated. ...

Google Chat Integration Test from UI

Hi. I am trying to send message to a google chat channel from Novu to test it. But I couldn't figure it out. How can i do that from UI? I have a google chat webhook already.

Triggered notification not in activity feed

Hi! Working in the PHP sdk, I'm sending out triggers that don't show up on the activity feed (development env). The response when creating a trigger is positive and status is 'processed', but nothing is showing up in our activity feed and emails aren't sent out. This seems to be for a specific workflow

Read and Archive API Working, but Delete and Seen Endpoints Return 404

Hi Novu Support, I鈥檓 currently integrating the Novu Inbox API in my application. The following endpoints are working correctly through my setup: ...
No description

Charts.yaml values lcked error while self hosting with managedDB.

Hey Novu community, I wanted to self-host Novu using my own managed databases, but while installing, I'm getting an error that the charts are not supported. The YAML file contains some locked values that are preventing the Helm installation from proceeding.

馃摟 Question about Inline Image Support

Hi Novu team! 馃憢 Does Novu support inline images in emails? By inline images, I mean images that are embedded directly in the email body (like <img src="cid:image1">) rather than as downloadable attachments. Questions: Does Novu have native support for inline images?...

Timestamp not visible in notifications

Hi @Support Did we recently remove the timestamp from the default <Inbox/> or this is a bug?...
No description

Vue or JS Guide Not Working With Nuxt

In a Nuxt application when I install the @novu/js and try to import and moun the component I get the following error: The requested module 'solid-js/web' does not provide an export named 'use'

Novu V2 Translation & Pluralization

Hi there! With the switch to Novu V2 along with LiquidJS, I was curious how we are supposed to both pluralize and translate? I'd like to pick between two translations based on the count of digested items but am not sure how to accomplish this with the updated syntax? I had done something like:...

React: Cannot read properties of undefined (reading 'split')

Hi, I'm playing with self hosted novu (docker compose) in a react app. Every time I send a notification and then try to open the inbox component, there is a crash: ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'split')...

Need help! Environment specific url

I have a primary CTA in an email template, and I鈥檓 constructing the URL within the template itself using payload data. The issue is that since we鈥檙e using the same template in production, we need different URLs for different environments. For example: In QA, the CTA URL should be: https://qa.abc.app/someid1/someid2...

Multi-Tenant: Per-Tenant

I am evaluating Novu to see if it will fulfill all of my needs for the Multi-Tenant SaaS app I am developing. One question I had was around the ability to set the Sender Name and From Email on a per-tenant basis. I'm not sure if this is possible or on the roadmap at all. Ideally I'd like to let customers set a custom from email using their verified domain, but that might be pushing it for what Novu can do. If not, that's ok. But the customizable Sender Name is ideal....

Attachments in `payload` cause Novu email trigger to fail (500 error)

When attempting to send an email using Novu with an attachment, the request fails with a 500 Internal Server Error. The same code works correctly when the attachments object is removed from the payload.
According to the Novu documentation, attachments should be passed in the payload under the key attachments, but this seems to cause issues in practice. 1. Create an Astro API endpoint that calls Novu鈥檚 trigger API.
2. Pass a payload including an attachments object, for example: ...