When doing prisma login, after the browser pop up,...
# prisma-whats-new
m
When doing prisma login, after the browser pop up, my command line basically just loops the below query { secret: '$xxxxxx' } +1ms client { headers: {} } +0ms client Sending query to cloud api +1s client https://api.cloud.prisma.sh +0ms client query ($secret: String!) { client cloudTokenRequest(secret: $secret) { client secret client token client } client } +0ms its starting to feel like a infinite loop, as i've been waiting for ever and have stopped and started it a few times (after plus 15 minute waits)
n
@maverick looking into this 🙂
@maverick could you try again please?
m
yes things are working now on that end, again ty. but now we are getting this error: Server is running on http://localhost:4000 [Network error]: FetchError: request to https://us1.prisma.sh/XXXXXX/XXXXX/dev failed, reason: getaddrinfo ENOTFOUND us1.prisma.sh us1.prisma.sh:443 Error: request to https://us1.prisma.sh/XXXXXX/XXXXX/dev failed, reason: getaddrinfo ENOTFOUND us1.prisma.sh us1.prisma.sh:443
btw it was working, then it just stopped and that was the error
ok working again, was a short error, but why does that happen?