casperClient.putDeploy and casperClient.nodeClient.deploy.deploy methods always return pending promise #333
Replies: 1 comment
-
@LookerClocker - seems like it wasn't problem on our side so we can close it right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys!
Im trying to send deploy using casperClient. The both methods do their job and works well. But I've faced an issue (or its maybe not an issue) that Promise which returns casperClient.putDeploy() always has pending status. Due that I can't handle some actions in my codebase.
Basically here the example:
For some reason console.log(signedDeploy); is unreachable code.
Could you please explain me how to handle this issue? Many thanks and appreciate your answer :)
Beta Was this translation helpful? Give feedback.
All reactions