N
Novu11mo ago
Dr1yl

No notifications from topic

I have some problem User doesnt get in-app notifications, when i sent it via topic. I saw action in activity feed on novu dashboard (1st screenshot), but i dont get it in react app(2nd screenshot) @Emil
No description
No description
8 Replies
Dr1yl
Dr1ylOP11mo ago
Trigger information
curl --location --request POST 'https://api.novu.co/v1/events/trigger' \
--header 'Authorization: ApiKey <REPLACE_WITH_API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "create-payment",
"to": {
"subscriberId": "e8d53477-b416-4fd1-bef4-f17157ee7566"
},
"payload": {
"payment_amount": "1,00 €"
}
}'
curl --location --request POST 'https://api.novu.co/v1/events/trigger' \
--header 'Authorization: ApiKey <REPLACE_WITH_API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "create-payment",
"to": {
"subscriberId": "e8d53477-b416-4fd1-bef4-f17157ee7566"
},
"payload": {
"payment_amount": "1,00 €"
}
}'
empe
empe11mo ago
Have you tried trigger this workflow from Novu's web interface? Also, Can you please share the screenshot of your workflow and in-app notification content (In the editor), I assume you are using the Headless Notification Center library? If so, it might help to see the implementation in your codebase.
Dr1yl
Dr1ylOP11mo ago
Notification comes when i sent it for personal subscriber I can make test trigger for check and send u result
Dr1yl
Dr1ylOP11mo ago
BE trigger
No description
Dr1yl
Dr1ylOP11mo ago
I use @novu/notification-center lib for FE and React Framefork
empe
empe11mo ago
If you are getting the a notification for an individual subscriber it means that everything configured correctly. Can you call this API endpoint and verify that the subscriber is indeed part of this topic? https://docs.novu.co/api-reference/topics/get-topic
Dr1yl
Dr1ylOP11mo ago
OMG, my developers sets wrong env for novu production Application Identifier is wrong Thanks for support
empe
empe11mo ago
Ahaha glad you manage to find the source 🙂 @Dr1yl Do you mind to share your use case before you go?
Want results from more Discord servers?
Add your server