Emiliano Suñé

Results 179 comments of Emiliano Suñé

> Has anyone started looking at this, or been assigned to look at it? > > If not, I'll see if I can make a contribution soon I don't believe...

### Description of problem When trying to remove credentials from the wallet, BC Wallet raises an error. On the first attempt to remove the credential, the error raised says it...

@cvarjao you should be able to reproduce by running `vc-authn` (from the [2.0-development](https://github.com/bcgov/vc-authn-oidc/tree/2.0-development) branch) and setting [USE_OOB_PRESENT_PROOF](https://github.com/bcgov/vc-authn-oidc/blob/2.0-development/docker/manage#L173) to `True`.

Wondering id @nodlesh can help here. Creating an OOB proof-request correctly is not particularly straightforward, so that is why I suggested using `vc-authn` as it would be just a configuration...

I tested again with VC-AuthN (currently using ACA-Py `0.10.3`) and the issue seems to have indeed been resolved: I was able to scan the QR code with an OOB proof-request...

I tested from home and am getting the same error - BC Wallet version `1.0.15 Build (1531)`

Probably the easiest would be to run VC-AuthN locally in demo mode. Instructions are in the repo readme, you'd have to change [this line](https://github.com/bcgov/vc-authn-oidc/blob/7d23d56110183b96499926caf018d9a8c523fb5e/docker/manage#L177) to true before running it to...

@jleach @cvarjao can we reopen this as it seems like it is broken again? @nodlesh do you still see errors related to this / #1147 in the test harness?

@cvarjao I have only tested with BC Wallet since I do not have a Credo agent I can use. Is there boilerplate I could use to run tests/ Otherwise I'll...