We have been developing blockchain-app using Fabric-Nodejs SDK (1.1.0) and trying to make it work with Fabric (1.1.0) on kubernetes.
So far we could deploy two org solution and each having two peers on kubernetes. Now, using Fabric CLI we could run create channel, join channel, install and instantiate chaincodes and other chaincodes functionalities work as expected perfectly fine.
But when we try all similar functionalities with Fabric-Nodejs SDK, we could create the channel successfully and then during join-channel we are stuck with error. Error is not giving any clue and saying "err" object itself undefined into joinchannel.js file -
"(node:1832) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'stack' of undefined (node:1832) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code."