IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 182 forks source link

when I use hyperledger explorer connect to the network, the channels show [] and the nodes show 2 #59

Closed Ailab666666 closed 4 years ago

Ailab666666 commented 4 years ago

@maheshwarishikha when I use hyperledger explorer connect to the network, the channels show [] and the nodes show 2,. the right result should be channels = ['channel1'] and nodes number = 4?


1) get channels /api/channels/info ->

{ "status": 200, "channels": [] // should be ['channel1'] }

2)get nodes number api/status/ ->

{ "chaincodeCount": "1", "txCount": "2", "latestBlock": "2", "peerCount": "2" // should be 4 }

maheshwarishikha commented 4 years ago

@Ailab666666 , yes it should show output as expected. I have not tried with Composer anytime so really not sure about the steps. Do you see any error message or any message which says - "connected with network":)

maheshwarishikha commented 4 years ago

I do not see any updates here. Hope it is working now for you. Hence closing the issue, feel free to reopen or open a new issue. Thanks.