Open jayden000 opened 5 years ago
@Jayden000 You can test if your Rethink instance is up and listening with netcat
.
What does nc -zv localhost 28015
give you?
If anything is listening on localhost:28015
you should get: Connection to localhost 28015 port [tcp/*] succeeded!
I am using Linux and my console is getting spammed with this error
"Fail to create a new connection for the connection pool. Error:"msg":"Failed to connect to localhost:28015 in less than 20s","message":"Failed to connect to localhost:28015 in less than 20s.","isOperational":true"
even though rehinkdb is up and when I go to make a request through the DB it works So that error makes 0 sense because it isn't an actual error.