Node error: {"code":-32601

Node error: {“code”:-32601,“message”:“The method eth_sendTransaction does not exist/is not available” }

Hi, Everyone, I would like to know if someone saw this problem?

eth_sendTransaction is not a supported method on the Infura platform due to the fact that it would require the private key to sign a transaction. In order to use Infura to relay a transaction, you’ll need to use the eth_sendRawTransaction method. You’ll need to handle the signing of the transaction on your side first, and then relay it to the Ethereum network using the linked method.