[SOLVED] Events not showing in the database

Hello everyone !
My events are not showing up in my database and I was wondering if itโ€™s an internal issue or an issue on my side , cheers !
abi
__

 let listedItemOptions = {
        chainId: chainId,
        address: contractAddress,
        sync_historical: true,
        topic: "ItemListed(address,address,uint256,uint256",
        abi:{
            "anonymous": false,
            "inputs": [
              {
                "indexed": true,
                "internalType": "address",
                "name": "seller",
                "type": "address"
              },
              {
                "indexed": true,
                "internalType": "address",
                "name": "nftAddress",
                "type": "address"
              },
              {
                "indexed": true,
                "internalType": "uint256",
                "name": "tokenId",
                "type": "uint256"
              },
              {
                "indexed": false,
                "internalType": "uint256",
                "name": "price",
                "type": "uint256"
              }
            ],
            "name": "ItemListed",
            "type": "event"
          },
          tableName:"ItemListed",
    }

network : goerli
contract address : 0x61527e96af42cF21A8F9E917F4D1C0A7eF918F84

Issue resolved - came back some hours later and made a new server