So Im trying to create a channel with
peer channel create -o orderer.bloyal.com:7050 -c bloyal -f ./channel-artifacts/channel.tx --outputBlock ./bloyal.block --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/bloyal.com/orderers/orderer.bloyal.com/msp/tlscacerts/tlsca.bloyal.com-cert.pem
But I keep getting this error, and I have no clue what else to try
Error: got unexpected status: BAD_REQUEST -- error validating channel creation transaction for new channel 'bloyal', could not succesfully apply update to template configuration: error authorizing update: error validating ReadSet: existing config does not contain element for [Group] /Channel/Application/ZaraMSP but was in the read set
All my files are taken from byfn but modified to fit my bloyal network