2022-05-17 12:02:05 UTC - Areej: I am running lean OW on distributions machines ..I have create action 1 and inside action I invoke action2 using the url=*“<https://172.17.0.1/api/v1/namespaces/guest/actions/VideoApp?blocking=false>”* [12:58 PM] when I invoke action 1 it shows me an error 022-05-17T11:51:19.372106201Z stderr: raise ConnectionError(e, request=request) 2022-05-17T11:51:19.372128682Z stderr: requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘172.17.0.1’, port=443): Max retries exceeded with url: /api/v1/namespaces/guest/actions/VideoApp?blocking=false (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0xa7c04850>: Failed to establish a new connection: [Errno 111] Connection refused’)) [1:00 PM] I have create these action on machine running nginx and invoke it form the same machine while the controller+invoker running on another machine (3 distribution machine ) [1:01 PM] how can get the right url for my action ? and can I invoke action on distribution OW https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1652788925058589?thread_ts=1652788925.058589&cid=C3TPCAQG1 ----