Skip to content
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

Peer Public Key missing #7

Open
yaroslavsnisarua opened this issue Dec 16, 2020 · 1 comment
Open

Peer Public Key missing #7

yaroslavsnisarua opened this issue Dec 16, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@yaroslavsnisarua
Copy link

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.

@alectrocute
Copy link
Owner

@ceo-zenlix Would you kindly share the details of the machine/OS you're running this on? Thanks!

@alectrocute alectrocute added the bug Something isn't working label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants