Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error contacting service, status = undefined #356

Open
Areej-Fatima opened this issue Mar 6, 2023 · 1 comment
Open

Error contacting service, status = undefined #356

Areej-Fatima opened this issue Mar 6, 2023 · 1 comment

Comments

@Areej-Fatima
Copy link

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
@renanviana
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants