You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that the author started the container using the x86_64-1.1.0 version of the image, but my project is using the 1.4.1 image, so I changed the image version to 1.4.1, But an error occurred while executing to step Chaincode installed:
WARN error creating connection: could not connect to localhost:7053: dialing connection timed out [localhost:7053]
Unable to install and instantiate the chaincode: failed to instantiate the chaincode: error registering for TxStatus event: could not create client conn: could not connect to localhost:7053: dialing connection timed out [localhost:7053]
Do you need to change other configurations to accommodate the 1.4.1 version of the container?Thanks!
The text was updated successfully, but these errors were encountered:
I saw that the author started the container using the x86_64-1.1.0 version of the image, but my project is using the 1.4.1 image, so I changed the image version to 1.4.1, But an error occurred while executing to step
Chaincode installed
:Do you need to change other configurations to accommodate the 1.4.1 version of the container?Thanks!
The text was updated successfully, but these errors were encountered: