fabric导入业务网卡失败?

Failed to import the business network card in fabric?

我对这种 Hyperledger 结构非常陌生。因此尝试使用 hyperledger composer 创建结构网络。我使用作曲家创建了商业网络。因此,之后我尝试按照他们的官方教程为单个组织将业务网络部署到 Hyperledger Fabric。 https://hyperledger.github.io/composer/latest/tutorials/deploy-to-fabric-single-org

所以在创建 PeerAdmin@fabric-network.card 之后,当我尝试将卡导入钱包时出现错误。

Failed to import the business network card keyword: required dataPath: .peers['peer0.org1.example.com'] schemaPath: #/required params: missingProperty: eventUrl message: should have required property 'eventUrl'

Error: Errors found in the connection profile in the card

我已经提到了这个以前问过的问题 Failed to import the business network card .但是那些东西不起作用。你能帮我解决这个问题吗?提前致谢。

This Image link shows error screen shot

我已经更新了我的 composer 版本并遇到了问题 resolved.Composer 0.19.13 已经删除了连接配置文件中存在 eventUrl 的强制性要求,因为它不是必需的。如果您的连接配置文件不包含 eventUrl 条目,则此版本之前的早期版本将导致此处显示的错误。 Composer 文档在 0.19.13 发布时更新以删除这些冗余条目。