-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to connect before the deadline on Endorser #490
Comments
Hi @navneetS11 |
i have checked that, still its not working |
@navneetS11, check 2 things:
I hope this will help. |
|
in my case the issue was this: port described of peer in my connection.json and port on which my peer organisation was running were different, so after correcting ports I resolved that issue. |
error: [ServiceEndpoint]: Error: Failed to connect before the deadline on Endorser- name: peer1.org1.test.com, url:grpcs://peer1.org1.test.com:7054, connected:false, connectAttempted:true
explorer.mynetwork.com | 2024-03-20T12:14:10.971Z - error: [ServiceEndpoint]: waitForReady - Failed to connect to remote gRPC server peer1.org1.test.com url:grpcs://peer1.org1.test.com:7054 timeout:3000
error: [ServiceEndpoint]: Error: Failed to connect before the deadline on Endorser- name: peer1.org1.test.com, url:grpcs://peer1.org1.test.com:7054, connected:false, connectAttempted:true
the grpc is working fine for peer0.org1.brahma.com:7052, but for peer1 it is giving above error
The text was updated successfully, but these errors were encountered: