2022-08-30 16:57:44 UTC - Rajiv Vaidyanathan: I registered an empty file as an
action. After that, I am not able to invoke any function. I get the following
error when I invoke any function:
`{`
`"error": "Missing main/no code to execute."`
`}`
I even tried destroying and re-creating the cluster. Still the same issue.
While looking at the invoker logs, I found out that the correct function code
is fetched from DB but the container is failing at the /init step. How do I fix
this?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1661878664234569?thread_ts=1661878664.234569&cid=C3TPCAQG1
----