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

Unable to open Application #1036

Open
nimeshgarg opened this issue Mar 1, 2023 · 7 comments
Open

Unable to open Application #1036

nimeshgarg opened this issue Mar 1, 2023 · 7 comments

Comments

@nimeshgarg
Copy link

The following error shows open trying to open application

<title>502 Bad Gateway</title>

502 Bad Gateway


nginx

Steps to reproduce the behavior:

  1. Go to https://compreface-ytwodnusoa-em.a.run.app/
  2. Create user/Login
  3. Error message show whenever any application is tried to open

Screenshots

If applicable, add screenshots to help explain your problem.
image

@pospielov
Copy link
Collaborator

Could you run those commands and attach the result to the ticket?
docker ps
docker-compose logs

@kigorw
Copy link

kigorw commented Apr 13, 2023

Similar issue
compreface-ui | 2023/04/13 09:54:32 [error] 64#64: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: ui, request: "GET /api/v1/consistence/status HTTP/1.1", upstream: "http://172.18.0.4:8080/api/v1/consistence/status", host: "127.0.0.1:8000", referrer: "http://127.0.0.1:8000/application?app=00000000-0000-0000-0000-000000000001"

@pospielov
Copy link
Collaborator

@kigorw, I can't understand the problem from your log
Could you run those commands and attach the result to the ticket?
docker ps
docker-compose logs

@marq24
Copy link

marq24 commented Apr 23, 2023

I just run into the same issue - in my case I am are running my postgres on a different port (in the .env) - so in order to solve my issue I need to insert an appropriate port mapping into my docker-compose.yml (remove the old containers) after you altered the compose file...

  compreface-postgres-db:
    image: ${registry}compreface-postgres-db:${POSTGRES_VERSION}
    restart: always
    container_name: "compreface-postgres-db"
    ports:
      - ${postgres_port}:5432
    environment:
      - POSTGRES_USER=${postgres_username}
      - POSTGRES_PASSWORD=${postgres_password}
      - POSTGRES_DB=${postgres_db}
    volumes:
      - postgres-data:/var/lib/postgresql/data

@jsapede
Copy link

jsapede commented Jul 29, 2023

same problem here

@pospielov
Copy link
Collaborator

@jsapede
Could you run those commands and attach the result here?
docker ps
docker-compose logs

@FancyNerd92
Copy link

Same here on Home Assistant AddOn when run smoothly before that! What is it?

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

6 participants