I'm getting '"TypeError: Cannot read property 'status' of undefined.
Following is the snippet of the code which generates the error.
if (!(_context.t0.response.status !== 404)) {
_context.next = 32;
break;
}
(node:46543) ErrorObjectPolyFill: "TypeError: Cannot read property 'status' of undefined\n at CoamClient._callee$ (coam-client/lib/CoamClient.js:585:44)
But groups are getting created successfully.