This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

@nrfcloud/gateway-registration - when running npx, return several issues

Hi,

I'm currently working on a way to connect raspberry pi as a gateway into the nrfcloud. For this case, I used nrfcloud/gateway-raspberry-pi. Neverless, when I tried to create the gateway with my credentials using "npx @nrfcloud/gateway-registration", it returned several issue. I fixed some of them as "use strict not found" or "AWS Region not config". Nevertheless, I can't figure out this error : "

failed to get orgs, defaulting to old way ApolloError: Network error: request to s3t5ysg7pbcohkakeascjwgtcu.appsync-api.us-east-1.amazonaws.com/graphql failed, reason: getaddrinfo ENOTFOUND s3t5ysg7pbcohkakeascjwgtcu.appsync-api.us-east-1.amazonaws.com

"

It seems that the address "s3t5ysg7pbcohkakeascjwgtcu.appsync-api.us-east-1.amazonaws.com/graphql" is not reachable (tried it with postman). Could you help me to understand what the issue is and how to figure out ? 

Regards

Quentin

Related