We have built our own event listener system to listen to the smart contract events via event sync service and receive such events into our backend servers with the help of the Live Query service. We are facing a serious unstable issue with this service for the past 3 hours
Context of the issue:
When the events are broadcasted to the BE servers via the Live queries service, the ObjectId for the event is sent as undefined which causes our system to fail to process the event. But when we restart our backend server/update the event info directly in the Moralis database, ATM the events are received with the ObjectId. Not sure about the behavior
Attaching the screenshots below for your reference,
We are using the Moralis V1 SDK in our backend server and Nest.js