Hi,
I'm on a project with Restify. Looking at the documentation (http://restify.com/docs/request-api/#href) the req.uri method should be the req.href or req.url
Here is giving an error because of this
|
return callback(new Error('request.uri field is required.')); |
restify-stormpath gets error because of this!!!