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

Validation failed #193

Open
codeiain opened this issue Nov 28, 2017 · 1 comment
Open

Validation failed #193

codeiain opened this issue Nov 28, 2017 · 1 comment

Comments

@codeiain
Copy link

Hi am totally need to superlogin and couchdb.

I have been following this example and when ever I call the register endpoint a get via postman I get
{
"error": "Validation failed",
"validationErrors": {},
"status": 400
}
and my node application returns

(node:60428) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: {"status":404,"name":"not_found","message":"missing","reason":"missing"}
{ error: 'Validation failed',
validationErrors:
Error: {"status":404,"name":"not_found","message":"missing","reason":"missing"}
at /Users/iain/Dev/DNDNotebookServer/node_modules/superlogin/lib/user.js:71:15
at process._tickCallback (internal/process/next_tick.js:103:7),
status: 400 }

Am currently using couchDB 2.1.1 on mac

@jay-b
Copy link

jay-b commented Nov 30, 2017

Duplicate of #192

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