anyone else get a 502 error on prisma deploy? ```e...
# prisma-whats-new
m
anyone else get a 502 error on prisma deploy?
Copy code
environment generateClusterToken +0ms
Error: GraphQL Error (Code: 502): {"response":{"error":"An error occured with your deployment\n","status":502},"request":{"query":"\n      mutation ($input: GenerateClusterTokenRequest!) {\n        generateClusterToken(input: $input) {\n          clusterToken\n        }\n      }\n    ","variables":{"input":{"workspaceSlug":"public-springfighter-266
t
@max thanks for reporting. Which version of the prisma cli are you running?
1.0.8
is the latest and includes a fix, so this shouldn't happen anymore
👍 1
💚 1
m
thanks @tim2 I was running
1.0.4
it now works
t
Awesome, nice to hear!