Event Sync Issue

I’m having a problem with an event listener. Here are the details.
This is the error I’m seeing in the logs and one of my tables isn’t updating even though events have been emitted.

 Error: Invalid function: "coreservices_getEventSyncs"
    at handleCloudFunction (/moralis-server/lib/Routers/FunctionsRouter.js:201:13)
    at /moralis-server/lib/PromiseRouter.js:85:20

Here’s the sync details. I set it up using the admin UI on the moralis site.
Server link: https://9lyxfyqintjx.usemoralis.com:2053/server
Chain: ETH
Topic: stateChanged(uint256)
ABI:

{
  "anonymous": false,
  "inputs": [
    {
      "indexed": false,
      "internalType": "uint256",
      "name": "_state",
      "type": "uint256"
    }
  ],
  "name": "stateChanged",
  "type": "event"
}

Address: 0x1228aa8a629f991e3feb7115211701f6b59a7201
TableName: BBStates

you have to use "name": "state" there, without that _, it is enough to only change in the abi