Commons-Server / commons-compose

1 stars 1 forks source link

Bad Gateway for https://visible.institute/ #1

Open opn opened 4 years ago

opn commented 4 years ago

For some reason I don't understand:

gives:

Bad Gateway

This feels like a config.json issue? But as the following is present and this is being read by the server according to the logs:


  "admin": {
    "google": 1.12345x1234
  },
  "farm": true,
  "security_type": "passportjs",
  "security_useHttps": true,
  "secure_cookie": true,
  "wikiDomains": {
    "visible.institute": {
      "google_clientID": "12345-xxxx.apps.googleusercontent.com",
      "google_clientSecret": "235kj253"
    }
  }
}```

I'm not sure? One factor here is that the Google auth flow is also not working as trying to login also returns ```Bad Gateway```
WardCunningham commented 4 years ago

This could happen if a service fails to start. Look at docker-compose logs or docker-compose logs <service>.