We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to accept a proof request in "state": "request-received", by passing the proof record id on the following endpoint:
/proofs/{proofRecordId}/accept-request
I get the following error:
{ "statusCode": 500, "timestamp": "2023-02-23T09:39:16.713Z", "message": "Something went wrong: IndySdkError: IndyError(CommonInvalidStructure): CommonInvalidStructure" }
For clarification: I am on version 0.1.0 of the framework, with the corresponding extension version (I have been using it since March 2022).
Can you point me to what I might be doing wrong or if there have been any changes that resolve this issue, that I have missed due to not updating?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to accept a proof request in "state": "request-received", by passing the proof record id on the following endpoint:
I get the following error:
For clarification: I am on version 0.1.0 of the framework, with the corresponding extension version (I have been using it since March 2022).
Can you point me to what I might be doing wrong or if there have been any changes that resolve this issue, that I have missed due to not updating?
The text was updated successfully, but these errors were encountered: