Sync contract event not work

I’ve tried to create the sync contract event from bsc testnet but not work.
Pls see the link attachment for more detail

Thanks!

Can you post abi, topic, chain, address?

{
“anonymous”: false,
“inputs”: [
{
“indexed”: true,
“internalType”: “address”,
“name”: “from”,
“type”: “address”
},
{
“indexed”: true,
“internalType”: “address”,
“name”: “to”,
“type”: “address”
},
{
“indexed”: true,
“internalType”: “uint256”,
“name”: “tokenId”,
“type”: “uint256”
}
],
“name”: “Transfer”,
“type”: “event”
}

0x07a77d8fb74365feddd227a7b8838a3249d7a442

BlindBoxNFTTransfers

Transfer(address,address,uint256)

BSC Testnet

Seems fine, can you also post the server url?
I’ll look later

https://izwq5k30os13.usemoralis.com:2053/server

I triggered an update now on that server.

thanks. let me check again

Seems worked. What is the main reason? And how to solve if i got the same issue with another table?

I don’t know what was the issue. It is better to have latest version of the server, that one didn’t have the latest version.