Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"TypeError: Cannot read property 'status' of undefined when I call createGroupWithUser #24

Open
santoshjp opened this issue Oct 17, 2019 · 0 comments

Comments

@santoshjp
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant