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.
Hello! First of all thanks for this software!
But i have a small problem.
When i generate new user:
:3000/peer/create/newclientthe 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
PublicKeyis empty.