I get this error when I'm trying to singup a new u...
# orm-help
g
I get this error when I'm trying to singup a new user from frontend:
Error: GraphQL error: secretOrPrivateKey must have a value
. But even I get this error - i have new user in my database and after trying to do same request with all same values i get another error:
GraphQL error: A unique constraint would be violated on User. Details: Field name = nickname
(because user with such values alr exists)
@nilan don't u know why i have such behavior on my server?