bevel-operator-fabric icon indicating copy to clipboard operation
bevel-operator-fabric copied to clipboard

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

Open knagware9 opened this issue 2 years ago • 1 comments
trafficstars

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

knagware9 avatar Sep 11 '23 12:09 knagware9

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

adityajoshi12 avatar Oct 03 '23 06:10 adityajoshi12