Skip to content
New issue

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

Unable to resolve DID document for did:web:dbc2023.test4.sphereon.com #100

Open
vadimchilinciuc opened this issue Mar 20, 2024 · 1 comment

Comments

@vadimchilinciuc
Copy link

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 !
WhatsApp Image 2024-03-20 at 10 23 10
WhatsApp Image 2024-03-20 at 10 27 00

@flarocca
Copy link

flarocca commented Mar 22, 2024

@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.

That domain is no longer working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants