We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on client trying to resend VerifySignup via:
service("authManagement").create({ action: 'resendVerifySignup', value: {email: this."some@email.cc"} })
but get:
id for 'patch' can not be undefined, only 'null' when updating multiple entries
wrong setup or i'm miss something?
The text was updated successfully, but these errors were encountered:
Okay, it because it expect id field in users service.
var users = options.app.service(options.service); var usersIdName = users.id;
not sure its valid assumption
But any way i not understand how it should after. it make jsut PATCH request, without any info about calling action. how server should Handle it?
Sorry, something went wrong.
close because #81
No branches or pull requests
on client trying to resend VerifySignup via:
but get:
wrong setup or i'm miss something?
The text was updated successfully, but these errors were encountered: