Posts by Nevio Costa • 1 point
2 posts
-
0
votes1
answer59
viewsA: "App Crashed" in Heroku log
In the code I was just sending reply without making any Exception treats, so when any connection to the bank was made, I put the block try / catch. Old Code: await Model.find((err, resp) => { if…
-
0
votes1
answer59
viewsQ: "App Crashed" in Heroku log
I am having a problem with my Node application that is on the Heroku server. When I make many requests for the same route /oapi/login the application stops running, the error that the log returns is…