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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
Users that are not yet registered with the radiks-server (not called User.createWithCurrentUser) can't save invitations (and other models).
The error shown is this.words is null. To improve dev experience, this should be something like current user not registered on radiks-server (url). Use User.createWithCurrentUser before saving any models.
The text was updated successfully, but these errors were encountered:
friedger
changed the title
Group invitations for new users fail with this.words is null
Group invitations by new users fail with this.words is nullFeb 24, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Users that are not yet registered with the radiks-server (not called User.createWithCurrentUser) can't save invitations (and other models).
The error shown is
this.words is null
. To improve dev experience, this should be something likecurrent user not registered on radiks-server (url). Use User.createWithCurrentUser before saving any models
.The text was updated successfully, but these errors were encountered: