Skip to content

Peer Public Key missing #7

Open
@techfaceus

Description

@techfaceus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions