HI there, In the process of setting up the local Moralis server - basically following this guide even though it seems a little outdated.
I get this error on start:
C:\Moralis_Web3\server\parse-server-migration\node_modules\parse-server\lib\ParseServer.js:261
throw err;
^
Error: connect ENOENT redis-cli -u redis://USER-HIDDEN*:PASSWORD-HIDDEN@redis-11404.c51.ap-southeast-2-1.ec2.cloud.redislabs.com:11404
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)
Emitted βerrorβ event on RedisClient instance at:
at RedisClient.on_error (C:\Moralis_Web3\server\parse-server-migration\node_modules\redis\index.js:342:14)
at Socket. (C:\Moralis_Web3\server\parse-server-migration\node_modules\redis\index.js:223:14)
at Socket.emit (node:events:513:28)
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) {
My .env has the Redis line data from the redis website copied from here:
ps. I tried the redis entry without the βredis-cli -uβ part also - same result
Any idea where I am going wrong?