Skip to content

User Delete Not working #12

Description

@sgopimca7

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("test@test.com");
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

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions