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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
When calling the method newIdentity, if the sharedStorePath passed by parameter is null, the method returns an error not related with this parameter to be mandatory.
Result -> Error: mkdir ZKArtifacts: read-only file system Expected -> Error more specific if this parameter is mandatory or to create the identity if is optional
The text was updated successfully, but these errors were encountered:
When calling the method newIdentity, if the sharedStorePath passed by parameter is null, the method returns an error not related with this parameter to be mandatory.
Iden3mobile.newIdentity(
"$storePath/alias",
null,
"password",
web3Url,
1000,
null) { event -> print(event) }
Result -> Error: mkdir ZKArtifacts: read-only file system
Expected -> Error more specific if this parameter is mandatory or to create the identity if is optional
The text was updated successfully, but these errors were encountered: