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
For context, the issuerDidString was created via DidDht.export() from a did that was created via DidDht.create() and published. The error that I now get when I try and resolve this did is:
Serialized Error: {statusCode: 400,details: {errors: [{detail: 'Failed to verify offering requirements: Failed to resolve did:dht:hge69zswp474myt94d149pftycsgk6yr9tufrh7new48re76b5ny#0'}]},recipientDid: 'did:dht:ccqamm6qgbe763ya8f3bo5mkrtxx1pz7i789zeqq4bmoae4qnixy',url: 'https://pfiexemplar.tbddev.org/exchanges'}
This code previously worked and stopped working recently.
The text was updated successfully, but these errors were encountered:
Here is the code I'm running:
For context, the
issuerDidString
was created viaDidDht.export()
from adid
that was created viaDidDht.create()
and published. The error that I now get when I try and resolve thisdid
is:This code previously worked and stopped working recently.
The text was updated successfully, but these errors were encountered: