ibm-functions / composer

Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.
Apache License 2.0
135 stars 26 forks source link

Error message when app init isn't run was not clear #35

Closed cfjedimaster closed 6 years ago

cfjedimaster commented 6 years ago

I was helping a user test an app and he kept getting a weird error:

"Sequence component does not exist."

Turns out - he simply missed the initial app init step with reddis. The server should report this error back to the user in a more clear fashion.

starpit commented 6 years ago

moved to https://github.com/ibm-functions/shell/issues/293