Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to register for expert #294

Open
kfnx opened this issue May 10, 2020 · 1 comment
Open

Unable to register for expert #294

kfnx opened this issue May 10, 2020 · 1 comment

Comments

@kfnx
Copy link

kfnx commented May 10, 2020

On this page https://www.codeponder.com/register
This error shown in the console when forms are filled and create account clicked:

Error: GraphQL error: Cannot read property 'includes' of undefined

the post data:

{
  "operationName": "RegisterMutation",
  "variables": {
    "input": {
      "username": "qweee",
      "email": "[email protected]",
      "password": "qweee"
    }
  },
  "query": "mutation RegisterMutation($input: RegisterInput!) {\n  register(input: $input) {\n    errors {\n      path\n      message\n      __typename\n    }\n    __typename\n  }\n}\n"
}
@benawad
Copy link
Owner

benawad commented May 11, 2020

Haven't worked on this is a while, I should probably just take the site down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants