sheena
sheena
NNovu
Created by sheena on 1/8/2025 in #💬│support
topic and subscriber preferences
what is the correct way to handle subscribers' preferences with regard to a specific topic? e.g. if there is a "comment" workflow and the users can be subscribed to different "post:1" or "post:2" topics, how do you handle if they want to turn on and off notifications to individual posts vs to the workflow? makes sense that you probably are supposed to use novu to add and remove subscriber from the topic, but what if you want different preferences per topic? like one post should get a digest and the other should get every message instantly. are there examples of doing that with the new framework code-based setup?
1 replies
NNovu
Created by sheena on 11/21/2024 in #🚀│general
novu framework questions
i have a couple questions about novu framework that i still need help with if someone has a moment!
22 replies
NNovu
Created by sheena on 10/24/2024 in #💬│support
CJS/ESM fixes for framework ETA?
We're having issues with using @novu/framework that seem like they may be addressed by https://github.com/novuhq/novu/pull/6707 -- just wondering if there is an ETA for the next release that may include these fixes? thanks
12 replies
NNovu
Created by sheena on 10/12/2024 in #💬│support
Debugging bridge errors
How can I debug this error:
[Error]: Something went wrong. Please try again later.
at Object.post (/opt/project/node_modules/@novu/framework/dist/servers/express.js:23:5326)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:4769
at async ue.handleAction (/opt/project/node_modules/@novu/framework/dist/servers/express.js:27:3961)
at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:2841 {
data: undefined,
statusCode: 500,
code: 'BridgeError'
}
[Error]: Something went wrong. Please try again later.
at Object.post (/opt/project/node_modules/@novu/framework/dist/servers/express.js:23:5326)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:4769
at async ue.handleAction (/opt/project/node_modules/@novu/framework/dist/servers/express.js:27:3961)
at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:2841 {
data: undefined,
statusCode: 500,
code: 'BridgeError'
}
-- i can't seem to find any helpful logs to figure out what is going on
5 replies
NNovu
Created by sheena on 9/30/2024 in #💬│support
where can i find documentation on how to migrate existing workflows to the new novu framework?
Is there any tool to do this or does it have to be done manually? Is there a guide to make sure every step is completed thoroughly?
6 replies