Localhost:3000/block/1: Connection Refused

I’m doing the Craftain course about NEM Catapult and I’m trying to set up the work station.

I’ve cloned the project and run docker-compose up but when I type in curl localhost:3000/block/1 it gives me an error.

Here’s a screenshot of the error:

Terminal

How do I fix this?

Thanks!

The socket of the loop bracket will be bound and the dual stack is not supporting the local host. Check that the IP version is getting connected or not. Which version you are using ipv4 or the ipv6? make sure that it won’t get ERROR CODE 0XC0000428 while connecting.