-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error trying add new user #21
Comments
so i haven't tested this pattern for register user @guilhermelionzo I will take out that part of the code. Usually what happens is that you enroll an admin for an org, and use reference that admin when you register other users for that org |
that wasn't really a part of this code pattern, since i mostly just wanted to show raft, and creating a five ordering nodes |
closing due to inactivity |
Can this issue be addressed?, i am facing the exact issue while trying to register a user. What could be the issue?. should we updtae the connection profile?. I see all things are correct. Any insight will be highly helpful. |
Ok, found the solution, we need to pass a caname in getCertificateAuthority() function, which solved the issue. |
Hi @horeaporutiu ,
I tried to run the registerUser.js and I got an error because the connection.yaml is not a json file. So I modified the code, to solve this issue, but now I'm getting the following error:
The problem is occurring during the gateway connection, when the connection file information is being used.
My question is: Do I have to create a new certificate to the new user or this is not the real error cause?
It follows the registerUser code.
Thanks in advance.
`
`
The text was updated successfully, but these errors were encountered: