i found the issue
but sometimes Streamed events is too slow
You mean that is a delay from when the block happened and when you receive the webhook request?
How late did you get it? You will get an event twice, once as unconfirmed fast and once as confirmed late.
i transferred some testnet matic to the addresses for whom i am checking the events 10 mins ago but still not getting any events till now
it has to be a different issue if it never made it, you can check the history/stats in the docs interface to see if there is more info
if we use streams how much chances that events missed from parse server ?
the events should not be missed, something else happens there if you didnโt receive the event
can you give more context, about what is missing?
some transactions which are confirmed on bsc testnet but not getting any notification of the events on the webhook url can you please check
Thanks
Can you give more info? What is the stream id? How can I identify what to check?
stream id: 213967e9-0441-4219-a186-f465fb088180
we are going to investigate
can you try to make another transaction?
I did a native transaction to your stream address and it worked
@cryptokid am using parse server for streams webhook url
the transaction you did it wasnโt save in the mongo DB
Thanks
that is a different issue, you can add some logging to see what happens with that transaction in the parse server
can you try to make another transaction just to see if it is making a webhook request to the webhook url?
ok let me try again and check
Hello @cryptokid
can you please tell where i write console so that every transaction object is shown to me
Thanks
You can check this thread