hyperledger / bevel-operator-fabric

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

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

Open knagware9 opened 10 months ago

knagware9 commented 10 months 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 9 months ago

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