This repository was archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Getting an error from radiks-server when trying to activate a GroupInvitation
#76
Comments
GroupInvitation
GroupInvitation
GroupInvitation
GroupInvitation
I also met the same question recently. |
I'm also getting this error |
@hstove there are a few forks of radiks (radiks-x, @vital-edu/radiks, radiks-patched) that contain these fixes.... |
fixed in #87 |
fixed by #87 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to activate a
GroupInvitation
, I get the following error.Error: Error when saving model: 'Error when validating: No signing key is present with id: '[object Object]''
Both on the frontend and on radiks-server.
After logging some values on radiks-server, it seems that in
validator.js
, thesigningKeyId
of the models are being used. And I noticed that thesigningKeyId
for theGroupMembership
Model is encrypted.I checked the source code for
GroupMembership
at group-membership.ts and I see that thesigningKeyId
is indeed encrypted.My question is, is this intentional? @hstove
If so, what might I be doing wrong?
Thanks.
The text was updated successfully, but these errors were encountered: