Contract Events not syncing

I have configured syncing according to the tutorial available, but its not even showing table in the moralis database, all of my events showing on etherscan

what is the server url?

you can paste here as much info as possible then: topic, ABI, address, chain
but if the problem is with the server, we will need to know the server in order to fix it

topic: AuctionCreated(address,uint256,uint256)
abi: {
“anonymous”: false,
“inputs”: [
{
“indexed”: false,
“internalType”: “address”,
“name”: “nft”,
“type”: “address”
},
{
“indexed”: true,
“internalType”: “uint256”,
“name”: “tokenId”,
“type”: “uint256”
},
{
“indexed”: false,
“internalType”: “uint256”,
“name”: “startingPrice”,
“type”: “uint256”
}
],
“name”: “AuctionCreated”,
“type”: “event”
}

chain: “0x1”
address: “0xb72d2758d167b0a23c5b2fb27cf3a2360a33de51”

also I have checked topic hash as well with web3.utils.sha3

can you try to update the server?

I did, this is the current version 0.0.354

it seems that the event sync works fine now on that server

Yes, I can see that now, thanks man