Why is the Cloud Functions Call Via REST API no longer available? What’s the substitution?
Here’s the old version of the documentation:
https://v1docs.moralis.io/moralis-dapp/cloud-code/cloud-functions#call-via-rest-api
Here is the actual calling URL:
https://xxx.usemoralis.com:2053/server/functions/getLandInfoById/?_ApplicationId=xxxxx&landId=106
The result is as follows:
{"code":141,"error":"Invalid JSON RPC response: \"Speedy Nodes are discontinued, please move to API or our partner nodes. Read more here: https://github.com/MoralisWeb3/changelog/blob/main/2022-07-11-speedy-node-removal.md\""}
How to solve it?