Sync and Watch Contract Events is failing with the following error:
Error: schema mismatch for Nodes.createdAt; expected Date but got String
at SchemaController.enforceFieldExists (/moralis-server/lib/Controllers/SchemaController.js:1250:15)
at SchemaController.validateObject (/moralis-server/lib/Controllers/SchemaController.js:1391:28)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Topic: NodeCreated(string,address,uint256)
Abi:
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "nodeType",
"type": "string"
},
{
"indexed": false,
"internalType": "address",
"name": "createdBy",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "createdAt",
"type": "uint256"
}
],
"name": "NodeCreated",
"type": "event"
}