Potential Bug : removeUser() method doesn't work in 17.0.1 #10919
-
|
Hello, The user exists on the realm and the displayed user id is also the correct one. I was able to confirm that the issue doesn't occur in 17.0.0. All feedback is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
We could resolve the issue internally. It was due to the changes of the "toRepresentation" method which now queries the user instead of just converting it to a representation object. Since we were building an admin event right after deleting the user, this caused the mentioned exceptions. |
Beta Was this translation helpful? Give feedback.
We could resolve the issue internally. It was due to the changes of the "toRepresentation" method which now queries the user instead of just converting it to a representation object. Since we were building an admin event right after deleting the user, this caused the mentioned exceptions.