Since this is probably the place to be, I’m going ...
# community-help
m
Since this is probably the place to be, I’m going to go head in 😂 So I’m trying to self-host Typesense, and setting up clusters and nodes. But everytime I try to run the typesense server I’m being confronted with the following:
Copy code
E20220426 12:09:40.790665 72464 server.cpp:955] Fail to listen 10.0.1.107:8107
E20220426 12:09:40.790704 72464 typesense_server_utils.cpp:245] Failed to start peering service
Servers are in the same network, can communicate with each other, firewall rules have been set ( allowing 8107 ). and my config simply looks like:
Copy code
[server]

api-address = 0.0.0.0
api-port = 8108
data-dir = /typesense/data
api-key = xxx
log-dir = /typesense/logs
nodes = /etc/typesense/nodes.conf
peering-address=10.0.1.107
peering-port=8107