Details
-
Bug
-
Status: Complete
-
High
-
Resolution: Done
-
None
-
None
-
None
Description
When multiple nodes share same IP address using different ports like many dev setups will normally be, explorer will some how combine all the nodes as just one node. For example, explorer discovered all the peer like the following:
```
Discovered org1-example-com [
{ mspid: 'org1-example-com', endpoint: '192.168.56.32:7005', name: '192.168.56.32:7005', ledgerHeight: Long \{ low: 7, high: 0, unsigned: true },
chaincodes: [ [Object], [Object] ] },
,
chaincodes: [ [Object], [Object] ] } ]
[2020-09-16T18:32:19.202] [INFO] FabricClient - Discovered org0-example-com [
,
chaincodes: [ [Object], [Object] ] },
,
chaincodes: [ [Object], [Object] ] } ]```
However, the dashboard wont show all the 4 nodes, will only show one node with IP address 192.168.56.32.