Closed njj closed 7 years ago
That's a weird error. What browser/environment are you using? Anything else unusual about your setup?
@jhiesey Its a React app using browserify and I use Chrome. Here's the part of code I've narrowed it down to:
request.write(postBody);
Moving to buffer lib issues.
Has anyone seen an error similar to this caused by this lib? I can't seem to figure out why its happening around the time of
request.write
.