SEGUC17 / git-rekt-se

SE Course 2017 Self Development Directory
MIT License
8 stars 0 forks source link

Using Postman with client signup API #248

Open IElgohary opened 7 years ago

IElgohary commented 7 years ago

1. Severity: High 2. Reported by: Islam Elgohary 3. Description: Using post man to test the Api route for signup with invalid data hangs

screen shot 2017-05-01 at 4 05 59 pm

Update: after a while I get this

screen shot 2017-05-01 at 4 11 47 pm

Update2: issue happens with all forms even correct ones

4. Steps to reproduce the issue: 1) open post man with post lcoalhost:3000/client/auth/signup 2) don't fill all fields 3) no response but unclear error response received when all fields are filled but data is invalid 5. Expected result: response should contain an error

melzareix commented 7 years ago

Issue is that there is no birthdate not Birthdate, It's not affecting frontend though.