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
272 stars 92 forks source link

Client running on local machine not able to connect HLF running on EKS cluster #188

Open knagware9 opened 1 year ago

knagware9 commented 1 year ago

Node.JS Client running on local machine not able to connect HLF running on EKS cluster for invoke request. Enroll & register connect to fabric-ca. Its failed at gateway creation, dont why it shows channel creation issue. Here is the logs

Failed to submit transaction: Error: Failed to create Channel. channel name should match Regex /^[a-z][a-z0-9.-]*$/, but got _default

Thanks

adityajoshi12 commented 1 year ago

your connection profile might be having the channel name as _default, update it to the correct channel or default