Subscribers in the topic are not receiving notifications.
Hello everyone, I have a small issue with the self-hosted version. I created a topic and added subscribers to the topic, but when I send notifications to the topic, the subscribers do not receive the notifications. My cURL
curl --location 'http://localhost:3000/v1/events/trigger' \
--header 'Authorization: ApiKey 22528a20eaebd1805c5f6a92edff1857' \
--header 'Content-Type: application/json' \
--data '{
"name": "untitled",
"to": {
"type": "Topic",
"topicKey": "v2"
},
"payload": {
"name": "My name",
"tuoi": "33",
"cong_ty": "kdm",
"deeplink": "google.com"
}
}'
4 Replies
@Nguyễn Văn Thắng, you just advanced to level 1!
I have the same issue, can trigger an event to particular subscriber but same does not work for topic subscribers. No errors in logs of any containers. If I do experiment with wrong topic name than it shows me an error.
It works! Thanks!