Open nazmicancalik opened 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.
We also need #192 ASAP to have a reliable backend.
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.