I'm trying to deploy a business network to Hyperledger Fabric runtime by following Hyperledger Composer tutorial on "Deploying a Hyperledger Composer blockchain business network to Hyperledger Fabric (multiple organizations)". But whenever I try to import a network card to the network, it gives an error specifying that "Errors found in the connection profile in the card". How can I solve this issue?
相关问题
- How to add a new Orderer Organization to existing
- How do you generate pool_transactions_genesis and
- chaincode in hyperledger composer vs chaincode in
- Hyperledger fabcar sample fabric showing connect f
- OCI runtime exec failed: exec failed: container_li
相关文章
- When I generate MSP for some organization, I can c
- Does Composer needs an already built Fabric networ
- Hyperledger transaction verification
- Hyperledger Fabric - Error while Instantiating cha
- Hyperledger fabric's ChannelCreationPolicy
- what kind of peer types does hyperledger have?
- How to retrieve user information from recent versi
- Asset Creation through Transaction in Hyperledger
Composer 0.19.13 has removed the mandatory requirement for eventUrl being present in the connection profile as it isn't required. Previous versions prior to this release will result in the error seen here if your connection profile doesn't contain the eventUrl entries. Composer documentation was updated when 0.19.13 was released to remove these redundant entries.