orientjs
orientjs copied to clipboard
Unhandled rejection OrientDB.ConnectionError [ECONNREFUSED]: connect ECONNREFUSED 127.0.0.1:2424
I am getting this error when trying to connect to server's database fro nodejs application name: 'OrientDB.ConnectionError [ECONNREFUSED]', code: 'ECONNREFUSED', message: 'connect ECONNREFUSED 127.0.0.1:2424', data: {} }
same error.. could anyone answer for this??
Due to lack of proper community support, i have switched to MangoDB
Hi @krngd2
sorry to hear that. This error usually means that the server is not running on localhost:2424?
Did you check that the server is running?
Which version of orientjs and OrientDB?