Client Timeout Error.
I use Openwhist for my Thesis, and i try to make a call wskdeploy -m manifest.yaml and i take a timeout error. First it is ok to take this error because i'm trying to pass a large .zip file and it is +50Mb which is the default max_body_size of Nginx tha run inside of openwhisk. I change that and then i take a timeout error and after i look the code of wskdeploy i see that in utils/misc.go in line 33 :
DEFAULT_HTTP_TIMEOUT = 60 the error that i take is from here?
[ERROR_WHISK_CLIENT_ERROR]: Error code: 3 Client.Timeout exceeded while awaiting headers
Have you looked into the logs on the server side?
In which component must I look exactly?