We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
Haven't worked on this is a while, I should probably just take the site down.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: