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

did.json hosted under a redirect does not resolve #14

Closed
mirceanis opened this issue Sep 25, 2019 · 2 comments · Fixed by #15
Closed

did.json hosted under a redirect does not resolve #14

mirceanis opened this issue Sep 25, 2019 · 2 comments · Fixed by #15
Labels
bug Something isn't working triage This issue is currently being examined

Comments

@mirceanis
Copy link
Member

A quick debug points to the resolver getting stuck on this line and never completing the promise.

At the time of writing this did:web:uport.me is experiencing this issue.

@mirceanis mirceanis added the bug Something isn't working label Sep 25, 2019
@ajunge
Copy link
Member

ajunge commented Sep 25, 2019

$ curl -L https://uport.me/.well-known/did.json
{
  "@context": "https://w3id.org/did/v1",
  "id": "did:web:uport.me",
  "publicKey": [
    {
      "id": "did:web:uport.me#owner",
      "type": "Secp256k1VerificationKey2018",
      "owner": "did:web:uport.me",
      "publicKeyHex": "042b0af9b3ae6c7c3a90b01a3879d9518081bc0dcdf038488db9cb109b082a77d97ea3373e3dfde0eccd9adbdce11d0302ea5c098dbb0b310234c86895c8641622"
    }
  ],
  "authentication": [
    {
      "type": "Secp256k1SignatureAuthentication2018",
      "publicKey": "did:web:uport.me#owner"
    }
  ],
  "service": []
}

@uport-automation-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@uport-automation-bot uport-automation-bot added the triage This issue is currently being examined label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This issue is currently being examined
Projects
None yet
4 participants