Dev console not opening on localhost

Hi,

I have just finished setup Nakama server with docker on my local machine with windows 10. However when I m trying to open dev console it shows me connection refused error. I have talked with our network administrator about ports opening and they said we are not closed any ports nor they are able to help in anyways. Here are the screenshots of server up and running and docker images as well.

Also I have removed port bindings otherwise having this issue:

Recreating cockroachdb ... done
Recreating nakama      ...
Recreating nakama      ... error

ERROR: for nakama  Cannot start service nakama: driver failed programming external connectivity on endpoint nakama (ddcedee1d3badf15d59f34e06906e2eb197c4941e277c17e341e388f82269d0c): Bind for 0.0.0.0:7351 failed: port is already allocated

ERROR: for nakama  Cannot start service nakama: driver failed programming external connectivity on endpoint nakama (ddcedee1d3badf15d59f34e06906e2eb197c4941e277c17e341e388f82269d0c): Bind for 0.0.0.0:7351 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.

Thanks.

@faisal Does it work if you restore the port bindings? Why did you remove those?

If i add port bindings than having this issue:

Recreating cockroachdb … done
Recreating nakama …
Recreating nakama … error

ERROR: for nakama Cannot start service nakama: driver failed programming external connectivity on endpoint nakama (ddcedee1d3badf15d59f34e06906e2eb197c4941e277c17e341e388f82269d0c): Bind for 0.0.0.0:7351 failed: port is already allocated

ERROR: for nakama Cannot start service nakama: driver failed programming external connectivity on endpoint nakama (ddcedee1d3badf15d59f34e06906e2eb197c4941e277c17e341e388f82269d0c): Bind for 0.0.0.0:7351 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.

Could you kill all processes running Nakama and its components (e.g., you can try docker-compose down or kill <pid> and then relaunch Nakama with docker compose and the ports bound?

I just opened my pc this morning and relaunched nakama with port binding and everything worked fine. Cannot understand what was the issue but it is working now.