Error: Post "http://127.0.0.1:5000/api/v1/network/organizations/self?confirm=true": read tcp 127.0.0.1:58010->127.0.0.1:5000: read: connection reset by peer - all changes rolled back
Hello guys.
I am following the tutorial to start the network, but after the step
ff start dev
I get this error message.
Error: Post "http://127.0.0.1:5000/api/v1/network/organizations/self?confirm=true": read tcp 127.0.0.1:58010->127.0.0.1:5000: read: connection reset by peer - all changes rolled back
As I don't really understand Docker, I'm not able to find a solution via Google/StackOverflow.
Can anybody help me?
Hello, did you able to fix this? I am facing this error too.
Not yet. :(
I get this error as well when I try to install on AWS. I'm also new to docker but a quick google tells me it has something to do with it. Any help would be appreciated. Thanks.
my problem was I hadn't added a web server to my AWS instance. Once I did this and made sure the ports were in the security group it worked. I hope this helps