raddeee
raddeee

Reputation: 3

Error Accessing Bluemix Node-RED Editor

I'm using Node-RED Starter to build my app. My app URL can be accessed here.

This

should appear on my browser, but I got an

error instead.

The app however seems to be working fine on my dashboard. Can anyone point me in the right direction? Thank you.

Upvotes: 0

Views: 51

Answers (1)

chughts
chughts

Reputation: 4737

Your app is throwing a 500 error which basically means that your app is very much broken. How did you build it? Which starter did you use?

As you are running in the IBM Cloud, I would drop what you already have, and recreate using the starter from the IBM Cloud catalog. Unless of course if that is what you used to create it in the first place. In which case as per the other suggestions look at the server side logs, from the options on IBM Cloud for your application.

Upvotes: 1

Related Questions