-
Notifications
You must be signed in to change notification settings - Fork 727
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 error sign up #57
Comments
I get this same error too and haven't been able to figure why |
Error: No session
POST /sign-up 200 in 5463ms
POST /sign-up 200 in 5463ms POST /sign-up 200 in 5463ms POST /sign-up 200 in 5463ms POST /sign-up 200 in 5463ms POST /sign-up 200 in 5463ms POST /sign-up 200 in 5463ms POST /sign-up 200 in 5463ms Now I get a problem with my ssn format which i'm not sure how i messed up the format. |
i'm also having the same error |
Have any of you been able to solve this? |
Yes |
How? |
I keep getting this error when I try to sign up
status: 400,
headers: Headers {
[Symbol(map)]: [Object: null prototype] {
date: [Array],
'content-type': [Array],
'content-length': [Array],
connection: [Array],
'access-control-allow-origin': [Array],
'x-request-id': [Array],
'cf-cache-status': [Array],
'set-cookie': [Array],
server: [Array],
'cf-ray': [Array]
}
},
body: {
code: 'ValidationError',
message: 'Validation error(s) present. See embedded errors list for more details.',
_embedded: { errors: [Array] }
}
}
Error Error: Error creating Dwolla customer
This is my code: https://github.com/boxlem/banking.git
The text was updated successfully, but these errors were encountered: