Querying chaincode is only successful in ~3/5 cases with nodejs
问题 I successfully installed and instantiated chaincode on my chain. I'm able to enroll the admin and register a user trough nodejs. If I query the chaincode it only returns a correct response around 3 out of 5 times. The rest throws errors that the chaincode can't be found. The chaincode installed is the basic example from the fabric samples. My js file to query the chaincode (based on the fabcar example): /* * SPDX-License-Identifier: Apache-2.0 */ 'use strict'; const { FileSystemWallet,