dex-backend icon indicating copy to clipboard operation
dex-backend copied to clipboard

JobScheduler not running locally in Docker

Open niraymak opened this issue 4 years ago • 2 comments

Describe the bug When starting our backend using Docker the JobScheduler can not execute HttpClient request to the API. Presumably this has something to do with the generated certificate of the API. I tried HTTP instead of HTTPS because it is only for local testing but that also does not work.

To Reproduce

  1. Clone project (make sure issue #382 is in)
  2. Run docker-compose up
  3. See logs

Expected behavior JobScheduler is able to execute API requests in Docker on local machine.

Screenshots image

Additional context There are no issues on the staging environment

niraymak avatar Feb 26 '21 11:02 niraymak