Beno Rudolf
02/19/2025, 6:59 PM{ok: true}
.
I've got s simple node script that uses the typesense js client. I was able to create a new collection with about ~10 fields. All of the client methods work e.g. create collection, create doc etc.
However, when I try to run a search I get a connect ECONNREFUSED 127.0.0.1:8108
error. Every time I try to run the search a new line is added to the typesense logs as well: E20250219 19:49:01.684290 6376365 raft_server.h:62] Peer refresh failed, error: Doing another configuration change
. The collection had a single document and it errored. I truncated the collection and now has zero documents and the error still occurs.
Any advice on what I can try to fix this or get more info? All help is greatly appreciated 🙏🏻