We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! First of all thanks for this software!
But i have a small problem. When i generate new user:
:3000/peer/create/newclient
the response is empty public key and qr code not correct reading by phone device without public key.
{ "code": 200, "profile": { "Interface": { "Address": "10.9.0.2/24", "PrivateKey": "somekey", "DNS": "1.1.1.1, 1.0.0.1" }, "Peer": { "PublicKey": "", "AllowedIPs": "0.0.0.0/0, ::/0", "Endpoint": "myip:2000", "PersistentKeepalive": "25" }, "qr": "/peer/qr/newclient" } }
as you can see, the PublicKey is empty.
PublicKey
The text was updated successfully, but these errors were encountered:
@ceo-zenlix Would you kindly share the details of the machine/OS you're running this on? Thanks!
Sorry, something went wrong.
No branches or pull requests
Hello! First of all thanks for this software!
But i have a small problem.
When i generate new user:
:3000/peer/create/newclient
the response is empty public key and qr code not correct reading by phone device without public key.
as you can see, the
PublicKey
is empty.The text was updated successfully, but these errors were encountered: