Hi I am following this guide (https://docs.moralis.io/docs/run-parse-server-locally) to run my server locally. I have followed all steps but when running âyarn devâ on the parse-server-migration folder I get the following error:
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16)
Emitted 'error' event on RedisClient instance at:
at RedisClient.on_error (C:\Users\6inim\Documents\Blockchain\Wevelop\wevelop.io-v6-automate\Moralis-JS-SDK\node_modules\parse-server\node_modules\redis\index.js:342:14)
at Socket.<anonymous> (C:\Users\6inim\Documents\Blockchain\Wevelop\wevelop.io-v6-automate\Moralis-JS-SDK\node_modules\parse-server\node_modules\redis\index.js:223:14)
at Socket.emit (node:events:390:28)
at Socket.emit (node:domain:475:12)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6379
}
error Command failed with exit code 7.
The error has something to do with Redis. Regarding it I had some doubts following the guide with the âREDIS_CONNECTION_STRINGâ. In the guide it says that the end result should look like this (âredis://:@â). I dont know what it means by this. I typed: âredis://username:passwordâ, but I do not know if I did correctly. It may be that the error has nothing to do with this. In that case could you tell me what the error may be? Thanks and best regards.