RPC Function Call Error: Handshake Size Limit Exceeded

Hi everyone, looks like my node is fully sync, i can connect from external device, but when im trying to call a RCP function in getting this error on the log [ERROR concordium_node::p2p::connectivity] [receiving from MyIp] expected message size (1.3 GiB) exceeds the handshake size limit (1.0 kiB) , do I need to make any extra settings to increase the size limit?

It looks like you are trying to make an RPC call to the node’s P2P port. This is not what you want.

The node starts a separate service listening on a separate port for RPC calls. Typically that’s configured to 20000 for mainnet and 20001 for testnet.