egovernments / DIVOC

Open source digital platform for large scale vaccination and digital credentialing programs. Built for India scale, addresses future vaccination scenarios, digital credentialing, and beyond.
MIT License
161 stars 205 forks source link

[BUG] Registration API not able to connect with Registry and Redis services #853

Open sagarbele opened 3 years ago

sagarbele commented 3 years ago

On start of registration API, it is giving following error when requesting registry details:

  1. time="2021-12-02T02:57:32Z" level=error msg="Error while querying registry%!(EXTRA *url.Error=Post \"/api/v1/evaluation\": unsupported protocol scheme \"\")" panic: dial tcp 10.4.241.240:6379: connect: connection refused

    Registry is working fine and is being used in keyclock.

  2. Same issue in registration API for redis services as well.

supersaiyane commented 2 years ago

it was due to redis was alloted to Nodeport and port referred was redis native port.