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)