Open puneetmathur-87 opened 1 year ago
Can someone help on this issue?
export SEQUENCE=1 export VERSION="1.0" kubectl hlf chaincode approveformyorg --config=org1.yaml --user=admin --peer=org1-peer0.default \ --package-id=$PACKAGE_ID \ --version "$VERSION" --sequence "$SEQUENCE" --name=asset \ --policy="OR('Org1MSP.member')" --channel=demo
This is the correct command for approving the chaincode. Please check if you are using the correct one or not
Having the exact same usse, did you manage to fix it?
I am trying a simple demo setup using the steps provided but I am stuck at the chaincode approve step and it shows the below error:
But the channel and the chaincode both exists :
One strange thing I noticed in the peer pod logs that the grpc stream calls always cancelled whereas the unary calls are always successful: