Issue with Decrypting QR Data in Verify Service (v0.10.0)

We are trying to set up the MOSIP Verify service locally using the release version 0.10.0 with Docker Compose. While the QR code is being read successfully, the credential data is not being decrypted when uploading the credential.

We also tested the same QR code on the Collab environment, and it successfully decrypted the QR data into a credential JSON. This leads us to believe that either:

  • The Collab environment is running a different version of the verification service.
  • The Collab environment is implementing additional decryption logic that is missing in the release version.

Questions:

  1. Is the Collab environment using a different version of the verification service?
  2. Does the Collab setup have any additional decryption steps or configurations that might be missing in our local setup?
  3. Are there any known issues or fixes related to QR decryption in version 0.10.0?

Any guidance or insights would be greatly appreciated.

Hi @stevepeducerts
Inji-verify on collab and release-0.10.x branch are using pixelpass version (0.5.0)
On collab, there is no additional changes done to handle decryption logic.
can you please share some logs from inji-verify which you running locally?

Thanks Swati, the issue was with the DID schema hosted on GitHub wasn’t matching the credential.

Thanks @stevepeducerts

@swahsek we are good to close this thread