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
while testing the ethr-driver I was able to create a simple DID, however when I was trying to update the DID I got a strange error message:
"Cannot parse UPDATE request (object): Cannot construct instance of `java.util.ArrayList` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('addToDidDocument')
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: uniregistrar.request.UpdateRequest["didDocumentOperation"])"
I used the following simple example in a local uni-registrar instance:
Hello Danube dev team,
while testing the ethr-driver I was able to create a simple DID, however when I was trying to update the DID I got a strange error message:
I used the following simple example in a local uni-registrar instance:
When looking at the code I did not quiet understand why didDocumentOperation is handled like an Array.
uni-registrar-driver-did-ethr/service/EthrService.ts
Line 80 in 780b3f1
Best Regards
QS
The text was updated successfully, but these errors were encountered: