Shisheer
Shisheer
NNovu
Created by Shisheer on 4/2/2025 in #💬│support
UI for Novu v2
I'm currently on v2.1.1 and when I login I see the Workflow tab but I am unable to create new workflows via UI. Additionally, I noticed v0.24.0 had a Brands tab that allowed me to configure the logo and add email templates, but I am no longer able to find this tab in v2.1.1 (consequently, no longer able to change logo or add new email templates or modify existing email templates). First, I want to confirm that this is the expected state for v2.1.1 in terms of behaviour? Second, if the answer to the first question is "yes", when will the full UI experience be rolled out to v2.x.x?
3 replies
NNovu
Created by Shisheer on 4/1/2025 in #💬│support
Some /v2 endpoints not working
I am running self-hosted (api, worker, ws and web) on v2.1.1 When I try to hit GET /v2/subscribers, I get the result I expect but when I hit POST /v2/subscribers I am not able to create subscribers. I get this error:
{
"error": "Not Found",
"statusCode": 404,
"timestamp": "2025-04-01T16:20:41.746Z",
"path": "/v2/subscribers",
"message": "Cannot POST /v2/subscribers",
"ctx": {
"error": "Not Found",
"statusCode": 404
}
}
{
"error": "Not Found",
"statusCode": 404,
"timestamp": "2025-04-01T16:20:41.746Z",
"path": "/v2/subscribers",
"message": "Cannot POST /v2/subscribers",
"ctx": {
"error": "Not Found",
"statusCode": 404
}
}
However when I change POST /v2/subscribers to POST /v1/subscribers, the v1 version seems to work fine. Why is this and how to fix /v2 endpoints?
5 replies
NNovu
Created by Shisheer on 12/12/2024 in #💬│support
Unexpected Provider Error for SES and Twilio
No description
11 replies
NNovu
Created by Shisheer on 12/5/2024 in #💬│support
Redis clarification
Can I please get some clarity on the distinction between Redis, Redis (for caching) and Redis (for cluster) seen here More specifically, what's the difference between REDIS_HOST and REDIS_CACHE_SERVICE_HOST?
6 replies
NNovu
Created by Shisheer on 12/3/2024 in #💬│support
Redis Requirements
No description
2 replies
NNovu
Created by Shisheer on 11/29/2024 in #💬│support
Novu versions and packages
Two questions: What is the difference between the 0.x and 2.x versions, especially from a self-hosting point of view? Also, out of the list of packages available in the Novu GHCR, which ones are absolutely necessary in order to run Novu (I'm assuming packages like api, worker, ws) and which ones can be ignored (I'm assuming packages like web, widget and embed)?
6 replies