James Yu
James Yu

Reputation: 519

Doc for customizing node-red instance on bluemix does not work

I followed the instruction provided in "https://console.ng.bluemix.net/docs/starters/Node-RED/nodered.html#nodered" to customize my instance of node-red on bluemix. enter image description here

However, I got redirected back to bluemix homepage (https://console.ng.bluemix.net/) when I tried to download starter code by clicking the "Download Starter Code" icon. enter image description here

Any ideas???

Upvotes: 0

Views: 124

Answers (2)

Crescenzo Migliaccio
Crescenzo Migliaccio

Reputation: 1249

Method (1)
The starter code of node-red is available in new UI experience. When you are on that page click on "Try the New Bluemix" on top bar. Then click on "Getting overview" tab. Here you can Download the Starter Code.

Method (2)
You can download the starter code for your application here: https://console.ng.bluemix.net/rest/apps/YOUR_APPGUID/starter-download

Upvotes: 0

Umberto Manganiello
Umberto Manganiello

Reputation: 3233

This error usually occurs when the language of your browser is set to a language different from English. If changing the default language of the browser the problem persists you can try the following workaround: create a new Node-RED application and click on "Add Git". This will create a new repository on IBM DevOps Services containing the starter code. You could download the code from there.

Upvotes: 0

Related Questions