Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahulEth/5ef17ce88996b29f6bc6a2af18f2e85a to your computer and use it in GitHub Desktop.
Save rahulEth/5ef17ce88996b29f6bc6a2af18f2e85a to your computer and use it in GitHub Desktop.
Hyperledger Fabric

Error msg :

Error: got unexpected status: BAD_REQUEST -- error applying config update to existing channel 'mychannel': error          authorizing update: error validating ReadSet: proposed update requires that key [Group]  /Channel/Application be at version 0, but it is currently at version 1.

Solution :

if channel already exist and user try to create the same channel again orderer will through given error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment