-
Notifications
You must be signed in to change notification settings - Fork 86
" Error: Unsupported DID method: 'ethr' " when requesting disclosure on meteor client side #258
Comments
Same here. |
Angular here (specifically angular-cli); tested with angular versions 6 and 7. After testing for a while it seems like the issue comes with Full error log:
(resolver) When executed with Either way, dependencies might not be the only to blame for, since it seems to work with React. |
UPDATE Calling
The working version here. |
IMO the issue comes from the package Issue can also come from package I succeeded to workaround the issue by forcing versions on |
When doing a simple disclosure request on the client side of my meteor app, I get the following error:
Uncaught (in promise) Error: Unsupported DID method: 'ethr'
using this code:
Any clue what this issue might be?
The text was updated successfully, but these errors were encountered: