adrianhajdin / banking

Horizon is a modern banking platform for everyone.
https://banking-jet.vercel.app
MIT License
1.13k stars 323 forks source link

Validation error sign up #33

Open bustillos83 opened 4 days ago

bustillos83 commented 4 days ago

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] } } }

promumyhero commented 1 day ago

did u already fix this?, need help

promumyhero commented 1 day ago

i got the solution of this, u need to see a postalCode, a postalCode for NY, is 5 digit, so if u filled just 4 or more than 5, its gonna give you this errors

bustillos83 commented 14 hours ago

i got the solution of this, u need to see a postalCode, a postalCode for NY, is 5 digit, so if u filled just 4 or more than 5, its gonna give you this errors

There is not way to fix it so it doesn't error out? i used a 5 digit code and i get this error