#json gateway pairing token error

1 messages ยท Page 1 of 1 (latest)

wise fern
#

Hello All!

have 2 nodes setup. trying to produce pairing token on node 1 for node 2. keep getting errors gateway.mode and gateway.bind as invalid. see below.

any help much appreciated.

},
"gateway": {
"port": [port string],
"mode": "gateway",
"bind": "0.0.0.0",
"auth": {
"mode": "token",
"token": "[token string]"
},

thorn vector
#

one problem, I can help. instead of 0.0.0.0 it should either be "loopback" (for localhost) or "lan"

wise fern
#

That was changed to allow other nodes to connect to it.