While invoking the chaincode, the data is being read properly. We checked this using the Println statement. But the invoked data is not getting stored in the blockchain network. It throws the following error. "Error: error sending transaction for invoke: could not send: EOF - proposal response: version:1 response:<status:200 payload:"101" ".
How can this be rectified?
I tried testing the same chaincode in my local first network, I am able to save the data in blockchain and retrieve the same. I am facing this issue while testing the code in kubernetes cluster