You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error in the client, "Error @oneclickdapp/ethereum-auth login(): Error: Couldn't get auth challenge from your server. See above error for more details" which I presume is because of the following error on the server:
api | 12:08:58 🚨 graphql-server Unknown type "AuthChallengeInput".
api | 12:08:58 🚨 graphql-server Cannot query field "authChallenge" on type "Mutation".
I can see that ethereumAuth.js is supposed to provide the challenge, but I'm guessing something isn't updated in the gql types, or isn't set up properly, when following the README.md.
The text was updated successfully, but these errors were encountered:
I'm getting an error in the client, "Error @oneclickdapp/ethereum-auth login(): Error: Couldn't get auth challenge from your server. See above error for more details" which I presume is because of the following error on the server:
I can see that ethereumAuth.js is supposed to provide the challenge, but I'm guessing something isn't updated in the gql types, or isn't set up properly, when following the README.md.
The text was updated successfully, but these errors were encountered: