decentralized-identity / universal-resolver

Universal Resolver implementation and drivers.
https://uniresolver.io/
Apache License 2.0
529 stars 233 forks source link

re enable did:evan driver #337

Closed S3bb1 closed 1 year ago

S3bb1 commented 1 year ago

The resolver component was fixed and the test dids should be resolvable again.

Also the resolver component now returns a proper 404 when a wrong did format is passed.

BernhardFuchs commented 1 year ago

Pls also re-add the driver to the docker-compose file. Otherwise there is no image to deploy.

S3bb1 commented 1 year ago

Sorry, was missing due to merge conflict. Added it

BernhardFuchs commented 1 year ago

The driver doesn't start with following error:

standard_init_linux.go:228: exec user process caused: exec format error
S3bb1 commented 1 year ago

Sorry the image was build for ARM64, I rebuild it and pushed it. Can you retry?

BernhardFuchs commented 1 year ago

The driver starts now but when resolving the example DID, following error is thrown:

yarn run v1.22.18
$ yarn prepare && node dist/index.js
$ tsc
evan.network Resolver driver active on port 8080...
https://testcore.evan.network/did/did:evan:testcore:0x126E901F6F408f5E260d95c62E7c73D9B60fd734
error fetching did document 405 - "Used HTTP Method is not allowed. POST or OPTIONS is required\n"
S3bb1 commented 1 year ago

Ah you hit the server where the route wasn't configured, this is fixed now.