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!
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!