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:
- Is the Collab environment using a different version of the verification service?
- Does the Collab setup have any additional decryption steps or configurations that might be missing in our local setup?
- Are there any known issues or fixes related to QR decryption in version 0.10.0?
Any guidance or insights would be greatly appreciated.