Skip to content
New issue

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

resendVerifySignup failed #80

Closed
mogadanez opened this issue Dec 19, 2017 · 2 comments
Closed

resendVerifySignup failed #80

mogadanez opened this issue Dec 19, 2017 · 2 comments

Comments

@mogadanez
Copy link

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?

@mogadanez
Copy link
Author

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?

@mogadanez
Copy link
Author

close because #81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant