I’m unable to login from the `graphcool/1.0.0-beta...
# prisma-whats-new
f
I’m unable to login from the
graphcool/1.0.0-beta4.1.1
CLI. The web login/signup forms at https://app.graph.cool/login-cli are throwing many
Error: GraphQL error: jwt malformed
errors.
👍 1
p
Same here.
s
This should work again. Please ping me directly if you still experience this
f
I’ve got a screen recording of the issue, I’ll uploading when I’m on a stable connection.
@sorenbs here’s the recording of the issue:

https://graphcool-beta-login-issue.surge.sh/graphcool.mov

Here’s the response associated with the
400
error code:
Copy code
Variable "$input" got invalid value {"email":"**redacted**","name":"Francois Best","whereDidYouHear":"Blog"}; Field value.password of required type String! was not provided.
Looks like it expects the password field, when I was using the Login with GitHub, method, which does not ask for a password.
s
Thank you
Sorry about the trouble @franky47 and @Phil Keys Could you try to install the latest cli from https://www.prismagraphql.com/ and verify that it works as expected?
f
From
prisma@1.0.4
, I now get the following error:
Copy code
ObservableQuery.js:289 Unhandled error GraphQL error: Not authorized. Please provide a proper 'Authorization' header Error: GraphQL error: Not authorized. Please provide a proper 'Authorization' header
Ah, nevermind, I went straight for the
prisma account
CLI command, running
prisma login
before and granting permissions makes everything run smooth, thanks !
👍 1