I followed your steps above but I got the error below:
wsk activation get d01cc7cec9f14ad89cc7cec9f1fad8f3 ok: got activation d01cc7cec9f14ad89cc7cec9f1fad8f3 { "namespace": "guest", "name": "hello", "version": "0.0.1", "subject": "guest", "activationId": "d01cc7cec9f14ad89cc7cec9f1fad8f3", "start": 1629358842856, "end": 1629358842856, "duration": 0, "statusCode": 3, "response": { "status": "whisk internal error", "statusCode": 0, "success": false, "result": { "error": "Failed to provision resources to run the action." } }, "logs": [], "annotations": [ { "key": "path", "value": "guest/hello" }, { "key": "waitTime", "value": 208986 }, { "key": "kind", "value": "nodejs:10" }, { "key": "timeout", "value": false }, { "key": "limits", "value": { "concurrency": 1, "logs": 10, "memory": 256, "timeout": 60000 } } ], "publish": false }
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I followed your steps above but I got the error below: