Open maciejjedrzejczyk opened 1 year ago
Is this issue solved? I am also facing same issue while bringing up network with version 2.5
2023-06-13 05:16:48.466 UTC 0002 PANI [common.tools.configtxgen.localconfig] Load -> Could not find profile: OrdererGenesis 2023-06-13 05:16:48.466 UTC 0003 ERRO [common.tools.configtxgen] func1 -> Could not find profile: OrdererGenesis. Please make sure that FABRIC_CFG_PATH or -configPath is set to a path which contains configtx.yaml with the specified profile
Brief Description of the issue
When running Hyperledger Fabric 2.5.0 with a -i switch command, I am encountering the following error:
However, when I inspect configtx.yaml generated by minifabric and placed in vars folder, I clearly see OrdererGenesis section.
I am using a default spec.
How to reproduce an issue
Launch a new network with
minifab up -i 2.5
command.