jpsstack
jpsstack

Reputation: 1291

Error "You are now managing the runtime"

When I click on the bug in Bluemix Live Edit mode I get the error :

You are now managing the runtime (process) of your app. To manage your project, visit your app dashboard.

What does this mean?

Upvotes: 1

Views: 49

Answers (1)

joe
joe

Reputation: 2488

That's not an error but an information note.

https://hub.jazz.net/tutorials/livesync/#live_edit

When you clicked the bug, you are at an area where you can debug the Node.js runtime of your application.

The information note is simply letting you know that if you want to manage your project (e.g. your Bluemix services, logs, monitoring, routing, etc.), you should visit the application dashboard.

Upvotes: 1

Related Questions