Hyperledger Explorer timeout: don't show transactions after 4 hours on Kubernetes

1/14/2020

I'm running a Hyperledger Fabric + Explorer application on Kubernetes. I'm able to create transactions and Hyperledger Explorer show them.

But after 4 hours and 30 minutes (on average), the Hyperledger Explorer don't update himself with new transactions and the logs are not very helpfull

[ChannelEventHub.js]: _connect - timed out after:45000

[Peer.js]: sendProposal - timed out after:45000

Any ideas where is the problem ?

-- MohamedLEGH
blockchain
hyperledger
hyperledger-explorer
hyperledger-fabric
kubernetes

1 Answer

1/14/2020

Run syncstart.sh script so that it will sync the transaction details with your blockchain network.

-- adineshreddy1
Source: StackOverflow