-3

Sometimes my bot return the message: Operation returned an invalid status code ‘0’ it is not always, and only in prod. Any help?

Fernando.M
  • 157
  • 3
  • 9

1 Answers1

1

This kind of responses occur when some exception occurs and is not handled. For example you are interacting with database and you got some error writing to db.

Sand T
  • 168
  • 1
  • 14