Attempting to walk through <https://www.howtograph...
# orm-help
t
Attempting to walk through https://www.howtographql.com/graphql-js/4-adding-a-database/. I’ve created the yml and graphql file and when I run
primsa deploy
and choose demo server I get the error:
Copy code
FetchError: request to <https://api.cloud.prisma.sh/> failed, reason: getaddrinfo ENOTFOUND api.cloud.prisma.sh api.cloud.prisma.sh:443
Any advice?
Nevermind, apparently it must have been something with my corporate proxy. I connected to an open wifi, and unset my http_proxy and https_proxy variables and it worked.