-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: cannot trigger workflow with topic #5571
Comments
Hi @lukmanfarizi :) |
@lukmanfarizi did you get a chance to try what I suggested? It should work, please let me know if you still have problems with that. |
@ainouzgali, I apologize for the delayed response. I have already tested your suggestion, but unfortunately, it is still not working. I attached capture from postman. |
Hello, @lukmanfarizi @mohamed-cherifi The question is what version of Novu are you using? Is it the claud version or the selfhosted version? I had exactly the same issue using self-hosted version. Topics were processed and properly sent but no actual notification was delivered. If you're using self-hosted version, then adding this line in
Or in |
Hello @BlackH3art and thank you for your solution!! Im using the latest version of Novu self hosted and have the exact same problem. Took me hours to digging around the source code but found nothing!! |
📜 Description
With Novu v.0.24, I am unable to trigger workflows with topics, whereas it worked in v.0.22. Although the API results indicate success with a ‘processed’ status, the trigger is neither being called nor recorded in the activity feed.
👟 Reproduction steps
parameter to trigger topic,
{ "name": "event-started", "to": { "type": "Topic", "topicKey": "notification" }, "payload": { "alert": "xxxxx" } }
result from novu,
{ "data": { "acknowledged": true, "status": "processed", "transactionId": "24a5b418-f789-417c-ab81-ed951f93df0a" } }
👍 Expected behavior
it should trigger workflow
👎 Actual Behavior with Screenshots
Novu version
V.0.24.0
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: