kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

Error: undefined - undefined #84

Closed kevinohara80 closed 8 years ago

kevinohara80 commented 9 years ago

There's a problem in apiAuthRequest when handling a 400 response. The error handler is set up to handle it like a json response but it's body is really empty, leading to an Error object created with a message of "undefined - undefined".

kevinohara80 commented 8 years ago

I think this was resolved at some point. Haven't seen this in months.