stacks-archive / radiks-server

A server for indexing data in decentralized applications
MIT License
54 stars 19 forks source link

GroupMembership Error Validator #31

Open uonuon opened 4 years ago

uonuon commented 4 years ago

there is something wrong with creating group membership on the beta radiks server , it fails on the validator and message error is: message: "Error when validating: No signing key is present with id: '[object Object]'"

stackatron commented 4 years ago

@uonuon thanks for reporting. Can you please provide us with a code sample and more details. Thx!

friedger commented 4 years ago

The issue occurs due to https://github.com/blockstack/radiks/issues/76 The client radiks is sending an encrypted id :-/

friedger commented 4 years ago

Fixed on radiks now.

It could be possible to add a type check for signingKeyId or improve the error message.

But the validator is correct!