Vyankatesh Madgundi
Vyankatesh Madgundi
Hi Configured my rails application in controller with following: reverse_proxy api_path, verify_ssl: true, headers: { 'X-API-Key' => mykey }, cookies: cookies do |config| config.on_missing do |code, response| puts "Body:#{response.body.to_s} Code:#{code}...
After running deploy.sh we are getting following error: _Joining peers to channel Error: Error getting endorser client channel: PER:404 - Error trying to connect to local peer /usr/local/go/src/github.com/hyperledger/fabric/peer/common/common.go:116 github.com/hyperledger/fabric/peer/common.GetEndorserClient /usr/local/go/src/github.com/hyperledger/fabric/peer/channel/channel.go:149...