You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for all your work .
I have some issue regarding the :OID4VC-demo
Im using: Sphereon Wallet
I have followed the instruction for: docker/compose/build/install-configs.sh
and set correctly the 3 services: ssi-agent, oid4vci-demo-frontend, and oid4vp-frontend.
When i try to scan the qr code for getting a credential or for authenticate i get this error :
ERROR:
unable to retrive information . Error: resolver_error :Unable to resolve DID document for did:web:dbc2023.test4.sphereon.com:notFound,resolver_error:DID must resolve to a valid https URL containing a JSON document:TypeError Network request failed
What im doing wrong ?
Another thing that i dont understand is how the did is connected with the wallet , im sorry im new in this and its really hard to understand the whole process.
when im scan the qr code for authentication (with Sphereon Wallet ) how the wallet is refered to :did:web:dbc2023.test4.sphereon.com
Thanks a lot for your response !
The text was updated successfully, but these errors were encountered:
@vadimchilinciuc Hey! I am not a maintainer nor an expert here, but I've been playing around for the last two weeks with this.
The problem is that the domain has been turned off, you check that out by using https://dev.uniresolver.io/.
The did:web method works by making a GET request to https://{domain}/.well-known/did.json, in this case https://dbc2023.test4.sphereon.com/.well-known/did.json.
First of all thanks for all your work .
I have some issue regarding the :OID4VC-demo
Im using: Sphereon Wallet
I have followed the instruction for: docker/compose/build/install-configs.sh
and set correctly the 3 services: ssi-agent, oid4vci-demo-frontend, and oid4vp-frontend.
When i try to scan the qr code for getting a credential or for authenticate i get this error :
ERROR:
unable to retrive information . Error: resolver_error :Unable to resolve DID document for did:web:dbc2023.test4.sphereon.com:notFound,resolver_error:DID must resolve to a valid https URL containing a JSON document:TypeError Network request failed
What im doing wrong ?
Another thing that i dont understand is how the did is connected with the wallet , im sorry im new in this and its really hard to understand the whole process.
when im scan the qr code for authentication (with Sphereon Wallet ) how the wallet is refered to :did:web:dbc2023.test4.sphereon.com
Thanks a lot for your response !
The text was updated successfully, but these errors were encountered: