Open TausifM opened 2 years ago
I had the same issue, you need to provide SECRET_KEY: "your secret key" in the config file in the server-side files
I am getting the same error too. It is not the secret key though for me. Has anyone figured out this?
Hi there! Had the same error. Use 'setErrors(error.graphQLErrors[0].extensions.errors)' instead of 'setErrors(error.graphQLErrors[0].extensions.exception.errors)' helped to me. Hope that will help!
this error of login and register page of errors.username errors.password are undefined <Form.Input label="Username" placeholder="Username.." name="username" type="text" value={values.username} error={errors.username ? true : false} onChange={onChange} />