zahle
zahle
NNovu
Created by zahle on 9/2/2024 in #💬│support
Redirect does not work on InApp notifications
Hi team, I have integrated the in-app notifications onto our app. But the redirect action does not work. Upon further investigation, I can see that the SDK does not forward redirect object to Novu Cloud.
await step.inApp('in-app', async () => {
return {
subject: 'Project Invite',
body: `${fromUserName} has invited to collaborate on ${Name}`,
redirect: {
url:Link,
target: '_blank'
} }
})
await step.inApp('in-app', async () => {
return {
subject: 'Project Invite',
body: `${fromUserName} has invited to collaborate on ${Name}`,
redirect: {
url:Link,
target: '_blank'
} }
})
6 replies