The generated apps should behave similarly in case of internal server errors. For instance, at the moment, express-based apps don't handle the exception and shutdown a whole application!
Let's return 500 status code in that case with { "error": "Internal Server Error" } body.
The generated apps should behave similarly in case of internal server errors. For instance, at the moment, express-based apps don't handle the exception and shutdown a whole application!
Let's return 500 status code in that case with
{ "error": "Internal Server Error" }body.