Answers for "https_get error =>>>> error: connect econnrefused 127.0.0.1:5001"

2

MongoServerSelectionError: connect ECONNREFUSED ::1:27017

// instead of this
const url = "mongodb://localhost:27017";

// Just Replace
const url = "mongodb://0.0.0.0:27017";
Posted by: Guest on February-15-2022
0

Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379

sudo service redis-server status
Posted by: Guest on July-01-2020

Code answers related to "https_get error =>>>> error: connect econnrefused 127.0.0.1:5001"

Browse Popular Code Answers by Language