hyperledger-bevel / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger-bevel.github.io/bevel-operator-fabric/
Apache License 2.0
280 stars 93 forks source link

hlf-cc-dev Error: failed to initialize configuration: unable to load config backend: filename is required #131

Open JohanIskandar opened 1 year ago

JohanIskandar commented 1 year ago

Hello everybody,

I am running into an issue. My networkConfig.yaml is in the same directory where I ran the hlf-cc-dev serve command

./hlf-cc-dev serve --address "0.0.0.0:8080" --metrics-address "0.0.0.0:8081" --config "./networkConfig.yaml" 
Error: failed to initialize configuration: unable to load config backend: filename is required

Does this mean the networkConfig.yaml configuration is incorrect? or the filename is not found. Please tell me how to fix this issue. Thank you.

regards,

Johan

EnterpriseDeveloper commented 1 year ago

The same error. Any help? Maybe you can provide networkConfig.yaml example?