DID resolution fails with 404 – Publicly accessible did:web still not resolving #716
Replies: 1 comment 2 replies
-
|
I'm a bit confused here... does The DID must match the url, for instance the DID document for So if Also, what is preventing you from debugging the code ( apart from that there are several things you may want to check:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm encountering an issue when trying to resolve a
did:webidentifier. Here's the relevant log output:DEBUG 2025-04-30T14:09:01.227773 Unauthorized: No public key could be resolved for key-ID 'did:web:<my-domain>#JWK2020-X509-0': Error resolving DID: did:web:<my-domain>. HTTP Code was: 404To clarify:
https://<my-domain>) is publicly accessible.https://<my-domain>/.well-known/did.jsonand can be opened directly in a browser.<my-domain>here as a placeholder for the actual domain.Despite this, the resolver still returns a 404.
Questions:
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions