Automatic Smart contract event Sync not working

I am using local dev chain server and Ganache using frpc.

It was working yesterday but not now.

Topic: MarketItemCreated(uint256,address,uint256,address,address,uint256,bool)

ABI: {
“anonymous”: false,
“inputs”: [
{
“indexed”: true,
“internalType”: “uint256”,
“name”: “itemId”,
“type”: “uint256”
},
{
“indexed”: true,
“internalType”: “address”,
“name”: “nftContract”,
“type”: “address”
},
{
“indexed”: true,
“internalType”: “uint256”,
“name”: “tokenId”,
“type”: “uint256”
},
{
“indexed”: false,
“internalType”: “address”,
“name”: “seller”,
“type”: “address”
},
{
“indexed”: false,
“internalType”: “address”,
“name”: “owner”,
“type”: “address”
},
{
“indexed”: false,
“internalType”: “uint256”,
“name”: “price”,
“type”: “uint256”
},
{
“indexed”: false,
“internalType”: “bool”,
“name”: “fixedPrice”,
“type”: “bool”
}
],
“name”: “MarketItemCreated”,
“type”: “event”
}

I may need the server url

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

I tried to restart coreservices, but it looks like it is still not working.

do you still have the proxy connected to the server for that devchain?