I installed fauna shell and tried to add a new endpoint and when I run the command it gives this error: Error: Error: connect ECONNREFUSED 127.0.0.1:8443
I have windows and I have run this command in cmd and PowerShell also.
I am not sure if this error has to do with fauna shell or some windows configuration but I would appreciate if you have any idea how to debug or fix this.
Thanks @rob, the problem was with docker.
I use docker for windows and it crashed (stopped unexpectedly) so the docker container was not running and that’s way fauna dev was not working, like you said.
After I restarted docker and started the container it worked.