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

User Delete Not working #12

Open
sgopimca7 opened this issue Jun 20, 2018 · 2 comments
Open

User Delete Not working #12

sgopimca7 opened this issue Jun 20, 2018 · 2 comments
Assignees

Comments

@sgopimca7
Copy link

sgopimca7 commented Jun 20, 2018

Hi,

We have installed the package as mentioned in the readme. And we were able to create the user as well. and we are trying to delete the user by using the "DeleteAsync" method as shown below,

var applicationUser = await _userManager.FindByNameAsync("[email protected]");
var result = await _userManager.DeleteAsync(user);

But the method returns the following error,

  •   $exception	{Npgsql.PostgresException (0x80004005): 42883: operator does not exist: uuid = text
    

Now we have downloaded the source code and We have debugged the code and found that the "Tostring()" conversion while adding the parameter causing the issue.

image

If we remove the ToString() then its works as expected. Please Advice.

Thanks and Regards,

Gopi.S

@robson-paproski
Copy link
Owner

Thank you for your feedback :) will fix it and publish a new version.

Thanks. I will update this task as soon is completed

@sgopimca7
Copy link
Author

Thank you so much

@robson-paproski robson-paproski self-assigned this Aug 7, 2018
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

2 participants