Reputation: 11
I am a newbie for the bluemix. I would like to start the Node red app. However the app will never be created, instead the screen always show Your application is staging. I have try this a number of times and changed the server location from UK to USA. However it never works.
Upvotes: 0
Views: 205
Reputation: 21
Try to download the node-red code from the official GitHub then push it to Bluemix. Another thing that you could do is use the node-red inside a Docker and also push it to Bluemix.
Upvotes: 0
Reputation: 1562
it is a known issue about a node.js module not building correctly. There is already a fix about the module, we are waiting for the npm repository to be updated. https://github.com/ibmdb/node-ibm_db/pull/44/commits
Upvotes: 2