For Workers & Pages, what is the name of the domain?
What is the error number?
-32603
What is the error message?
{“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal error”},“id”:1}
What is the issue or error you’re encountering
All requests done towards our own Ethereum Gateway or the public cloudflare ethereum gateway is resulting in the same {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal error”},“id”:1} answer
What steps have you taken to resolve the issue?
Tried to do multiple types of requests on both gateways (public and our own), that includes, eth_getBlockByNumber, eth_getTransactionReceipt, eth_getLogs and others. all are being answered with the “Internal error” message.
What are the steps to reproduce the issue?
Simply call the ethereum gateway, for example:
curl Cloudflare Web3 | IPFS & Ethereum
-X POST
-H “Content-Type: application/json”
–data ‘{“method”:“eth_getBalance”,“params”:[“0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48”,“latest”],“id”:1,“jsonrpc”:“2.0”}’