This message was deleted.
# getting-started
s
This message was deleted.
b
are you using a new macbook with an M1 chip?
l
no i am using intel on ubuntu
Hello Everone is there any known solution for this error?
b
Pulumi connects over local host via GRPC:
Copy code
details = "failed to connect to all addresses"
do you have something blocking even connections to localhost?
a
I think I had the same error in the following situations: 1. Using a proxy, and the no_proxy was not set to include
localhost
. Mind you,
NO_PROXY
was not respected but rather I had also set `no_proxy`too 2. I did not login to the "backend", for example if you are using a local backend. Make sure to do a
pulumi login <file://backend>