Hi, first, thanks for all your contribution in the crypto space.
I want to report an issue with the getAllERC20 method. Yesterday was working fine, but today is giving the next error:
responseText: '{"code":141,"error":"[object Object]"}'
UnhandledPromiseRejectionWarning: Error: [object Object]
at handleError (/opt/saitama-inu-api/node_modules/moralis/lib/node/RESTController.js:431:17)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Function.getAllERC20 (/opt/saitama-inu-api/node_modules/moralis/lib/node/MoralisWeb3.js:271:20)
Here is my code:
Moralis.Web3.getAllERC20({ address: "0x513e98FF7d4E342Fa34042b0F97746A9e625986c" })
I read some topics here in the forum and it seems that the error can be in the Moralis server. If not, please say me what I am doing wrong. In advance, thanks you so much, I really appreciate any help