Hi,
I am using the Moralis Event syncs and Live queries in the backend server, and the Moralis SDK was properly worked on yesterday. Still, suddenly the SDK failed to add event sync and live query subscription. I need immediate assistance on this, thanks in advance
Moralis SDK: âmoralisâ: â^1.10.1â
Server Side Framework: Nest.js
Platform: Mac M1
Error Message:
/Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/node_modules/moralis-v1/lib/node/RESTController.js:430
error = new _ParseError.default(_ParseError.default.CONNECTION_FAILED, XMLHttpRequest failed: ${JSON.stringify(message)}
);
^
Error: XMLHttpRequest failed: {âUNSENTâ:0,âOPENEDâ:1,âHEADERS_RECEIVEDâ:2,âLOADINGâ:3,âDONEâ:4,âreadyStateâ:4,âresponseTextâ:"",âresponseXMLâ:"",âstatusâ:522,âstatusTextâ:null,âwithCredentialsâ:false}
at handleError (/Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/node_modules/moralis-v1/lib/node/RESTController.js:430:15)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Function.initPlugins (/Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/node_modules/moralis-v1/lib/node/MoralisWeb3.js:441:40)
at Function.start (/Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/node_modules/moralis-v1/lib/node/Parse.js:165:7)
at MoralisService.initializeMoralis (/Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/dist/apps/scheduler/main.js:10453:9)
at SmartContractModule.init (/Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/dist/apps/scheduler/main.js:10610:9)
at /Users/venkateshrajendran/Documents/Work/OP Games/oparcade-backend/dist/apps/scheduler/main.js:10606:13