nanocurrency / nano-node

Nano is digital currency. Its ticker is: XNO and its currency symbol is: Ӿ
https://nano.org
BSD 3-Clause "New" or "Revised" License
3.47k stars 786 forks source link

Callback response misleading #2192

Closed arranHarty123 closed 5 years ago

arranHarty123 commented 5 years ago

[2019-Aug-03 13:49:04.666131]: Callback to failed with status: Created

Potentially as 201 returned

cryptocode commented 5 years ago

Thanks for the report. To give more context from Discord: this is a mongodb microservice endpoint returning 201, probably along with a Location header entry for the document id. 201 should not be logged as an error (in fact, no 2xx code should)

arranHarty123 commented 5 years ago

Yep. Looks like its 201 for created (see https://restheart.org/try.html)