You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "Areej-Fatima (via GitHub)" <gi...@apache.org> on 2023/03/06 09:57:50 UTC

[GitHub] [openwhisk-devtools] Areej-Fatima opened a new issue, #356: Error contacting service, status = undefined

Areej-Fatima opened a new issue, #356:
URL: https://github.com/apache/openwhisk-devtools/issues/356

   I have a playground UI that I have build from this path `https://github.com/apache/openwhisk/tree/master/core/standalone/src/main/resources/playground` using nginx as base image which proxy_pass to ui/index.html. I used this image in this `https://github.com/apache/openwhisk-devtools/blob/master/docker-compose/docker-compose-lean.yml`. I can access UI via `ip-address:3232`. I'm now trying to link it to controller but when I try to run function in ui, I'm getting this error `Error contacting service, status = undefined`. I changed `API_HOST` in ui's code as `http://ip-address:8080` and namespace to guest.
   My ui service looks like this in docker-compose.yml
   ```
   ui:
       image: hub_username/repository:tag
       ports:
         - 3232:80
       depends_on:
         - controller
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Error contacting service, status = undefined [openwhisk-devtools]

Posted by "renanviana (via GitHub)" <gi...@apache.org>.
renanviana commented on issue #356:
URL: https://github.com/apache/openwhisk-devtools/issues/356#issuecomment-2004757076

   Hello @Areej-Fatima  , did you solve it? I have a similar problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org