2019-08-28 08:09:54 UTC - chris: Hello everyone, Does anyone know why APIgateway is not successful by using `curl`?? Error message: `{"code":502, "message":"Oops. Something went wrong. Check your URI and try again."}` It seems someone also met the same question : <https://github.com/apache/openwhisk-deploy-kube/issues/436> https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1566979794000800 ---- 2019-08-28 12:35:54 UTC - Rodric Rabbah: establish if your function was invoked - use wsk activation list to see if there was an errored activation https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1566995754001400 ----