Live queries dont response at event contract sync, solution: nitro servers use update instead of create

Previously when an event is emitted from a smart contract I could synchronize it with the moralis database and thus through a live query I ran the logic of my application in the backend, now the subscriptions do not take the records emitted from my smart contract, identifies them if I create a cell manually, I’m using the “create” subscription.

Try the update subscription

@Skanus you can check whether you are not crossing rate-limits: https://docs.moralis.io/misc/rate-limit#speedy-node-requests

in the new nitro version of the server update works instead of create for subscriptions for the events that are synced automatically