I am trying to setup the blockchain as described on the official documents. Officail document link
Deploy and Invoke for blockchain seems to work fine. But whenever I perform query it fails and blockchain stops displaying the below error.
Error starting Simple chaincode: Error handling message: [1e85621d-4ea5-4f7c-85bd-d532370416bb]Chaincode handler FSM cannot handle message (RANGE_QUERY_STATE) with payload size (10) while in state: ready
While debugging I came accross this issue https://github.com/hyperledger-archives/fabric/issues/905 but it isnt helping.
Have someone else faced similar issue before?
Thanks.