Error 141 on run cloud function for watch address (2)

Hi, the watchEthAddress, watchBscAddress and watchPolygonAddress cloud functions have stopped working.

const moralis = require('moralis/node');

await moralis.start({ serverUrl, appId, masterKey });

await this.moralis.Cloud.run(watchMethod, {
  address: address
}, {
  useMasterKey: true
})

In response get an error:

{
  "message": {
    "status": 502,
    "headers": {
      "x-powered-by": "Express",
      "access-control-allow-origin": "*",
      "content-type": "application/json; charset=utf-8",
      "content-length": "24",
      "etag": "W/\"18-py7kky+nYw+KpM//zLTacYk1OLw\"",
      "x-response-time": "16.592ms",
      "date": "Wed, 01 Feb 2023 13:01:41 GMT",
      "connection": "close"
    },
    "buffer": {
      "type": "Buffer",
      "data": [
        123,
        34,
        101,
        114,
        114,
        111,
        114,
        34,
        58,
        116,
        114,
        117,
        101,
        44,
        34,
        100,
        97,
        116,
        97,
        34,
        58,
        123,
        125,
        125
      ]
    },
    "text": "{\"error\":true,\"data\":{}}",
    "data": {
      "error": true,
      "data": {}
    }
  },
  "code": 141
}

Moralis server url:
https://sjhizgpzzfke.usemoralis.com:2083/server

I’ll check in 1-2 hours

can you try again now? (I restarted coreservices)

what chains you have enabled on that server?

on what chain you want to add that watch address?

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.