Google Chat Integration Test from UI
Triggered notification not in activity feed
Read and Archive API Working, but Delete and Seen Endpoints Return 404

Charts.yaml values lcked error while self hosting with managedDB.
📧 Question about Inline Image Support
Timestamp not visible in notifications

Vue or JS Guide Not Working With Nuxt
@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
React: Cannot read properties of undefined (reading 'split')
Need help! Environment specific url
Multi-Tenant: Per-Tenant
Attachments in `payload` cause Novu email trigger to fail (500 error)
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’s trigger API.2. Pass a payload including an
attachments
object, for example: ...Change main email

Not able to send data in-app step of workflow
Retry mechanism and how are multiple device tokens handled?
Using a second search query in a in-app link
Fallback on server rendering
Inbox
from @novu/react
into my app, which uses server-rendering through Tanstack Start.
I noticed that the Inbox
is client-only and won't render anything on the server. I would like to provide a fallback on the server to display a simple bell icon in the initial HTML.
However, this seems to be more problematic than expected. Since Inbox
does not render its children on the server, I need to wrap Inbox
with tanstack router ClientOnly
to provide a fallback icon. This creates another issue though, as components wrapped in ClientOnly
re-render multiple times while a response is streamed from the server. For large server-rendered pages, this can amount to 20 to 30 re-renders of Inbox
, each of which apparently triggers an API call to api.novu.co/v1/inbox/session. Eventually, this leads to rate limit 429 errors....Elevated amount of gateway timeouts