I am also trying to follow the Go example above (which btw only found it here as opposed to any official docs anywhere).
I end up with the following error:
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: address https://mogudev.grpc.us-west-2.aws.cloud.dgraph.io:443: too many colons in address"
If I remove the “:443” I get a different error:
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: lookup tcp///mogudev.grpc.us-west-2.aws.cloud.dgraph.io: nodename nor servname provided, or not known"
I know I’m doing something wrong somewhere, but it is a tad frustrating that I’ve spent the better part of a day just trying to configure a client connection
Thanks!
UPDATE: looks like I just needed to remove the scheme (https) from my URL.
Quick update: we’ve gotten support into Python and Golang. We’ve been struggling with node because I don’t think node-grpc supports system SSL certs for some reason. Hopefully more updates here soon
I forked the repo and published my version on npm, but i’m still having issues with this.
I’m getting an error: Error: 14 UNAVAILABLE: Name resolution failed for target dns:.grpc.:443