You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to ReEnroll users programmatically. In one of our environments, it doesn't work and returns "user not found" error. When we digged into it, we found that GetSiginingIdentity() is not returning the user. However, we tried to invoke GetIdentity() and it is able to get the user. The same ReEnroll() works in other environments thou. Can you please help us in resolving this - Thnx
The text was updated successfully, but these errors were encountered:
Note: This API is deprecated and is no longer maintained as of Fabric v2.5. When developing applications for Hyperledger Fabric v2.4 and later, you should use the Fabric Gateway client API.
We are trying to ReEnroll users programmatically. In one of our environments, it doesn't work and returns "user not found" error. When we digged into it, we found that GetSiginingIdentity() is not returning the user. However, we tried to invoke GetIdentity() and it is able to get the user. The same ReEnroll() works in other environments thou. Can you please help us in resolving this - Thnx
The text was updated successfully, but these errors were encountered: