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
I believe this might the same issue as what caused problems with DID-Linked Resources, which I think is resolved now, but @peacekeeper might have a better idea.
I have two containers:
I used the following pattern to register the driver:
Local Setup:
When I make a request to the universal resolver web container using
curl
and URL parametersignature=EthereumEip712Signature2021
, like this:curl "http://localhost:8080/1.0/identifiers/did%3Apolygonid%3Apolygon%3Aamoy%3A2qY71pSkdCsRetTHbUA4YqG7Hx63Ej2PeiJMzAdJ2V?signature=EthereumEip712Signature2021"
The URL parameter doesn't seem to be passed to the iden3 driver container.
The text was updated successfully, but these errors were encountered: