N
Novu•4mo ago
frnandu

Push channel Preferences not being respected

what could be the reason for a workflow with following preference to still send a PUSH notification?
"preference": {
"enabled": true,
"channels": {
"push": false
},
"overrides": [
{
"channel": "push",
"source": "subscriber"
}
]
}
"preference": {
"enabled": true,
"channels": {
"push": false
},
"overrides": [
{
"channel": "push",
"source": "subscriber"
}
]
}
5 Replies
Pawan Jain
Pawan Jain•4mo ago
@frnandu Could you please share the API used to set this preference?
frnandu
frnanduOP•3mo ago
Richard Fontein
Richard Fontein•3mo ago
Hi @frnandu , we identified an edge case where using the Subscriber Preference API with new Workflows resulted in the preference resolution not respecting Subscriber Preferences. The fix was deployed yesterday. Please try again and let us know if you see any further issues 🙏
frnandu
frnanduOP•3mo ago
So the fix is already in v2.0.1 release ? I'm using self-hosted docker image
Richard Fontein
Richard Fontein•2mo ago
Hi @frnandu , this fix is now available in the v2.1.0 Release - https://github.com/novuhq/novu/releases/tag/v2.1.0
GitHub
Release v2.1.0 · novuhq/novu
What's Changed perf(framework): Replace all computed property keys with static declarations by @rifont in #6926 chore(web): shorten the digest default duration by @djabarovgeorge in #6918 feat...

Did you find this page helpful?