bounswe / bounswe2018group9

Actopus - an activity social octopus
15 stars 6 forks source link

Mongoose Error Handling #228

Open nazmicancalik opened 6 years ago

nazmicancalik commented 6 years ago

We need to handle any type of database error and send a response to the client.

Current Behavior: System returns 503 in case of an error. Expected Behavior: Return 500 or 400 status code.

okyksl commented 6 years ago

We also need #192 ASAP to have a reliable backend.