Hi, we are using moralis stream to get logs, we only process them on the backend if confirmed status is true, but there are some logs that don’t have status of confirmed true even after confirmation on the chain, so it is missed, what should we do in this case?
Hi @Salman, can you provide more details on which chain it is happening?
And what type of stream are you listening to?
In case if the streams got failed, you will find the details on the moralis admin page or using the stream getstats API endpoint.
@johnversus It is avalanche mainnet, let me clear, the stream is not failing, it is just we receive confirmed false in the log data due to which we don’t process it, so it missed on our backend
Can you replicate the issue? How could I replicate it?