Error: connect ETIMEDOUT 40.123.253.126:6379 from moralis parse server migration

Hi All,

Hope you are doing well!!!

I have setup parse-server-migration locally. Server starts but gets disconnected due to below ERROR.
Kindly help me out to resolve this issue as i am not able to move forward. Thanks in advance

Note: I have setup Redis and MongoDB on Azure.

Moralis Server is running on port 1337.
info: Parse LiveQuery Server starts running
Error: connect ETIMEDOUT 40.123.253.126:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) {
errno: -4039,
code: ‘ETIMEDOUT’,
syscall: ‘connect’,
address: ‘40.123.253.126’,
port: 6379
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

it looks like it is an issue accessing redis, maybe there is a firewall blocking that redis connection

Thanks for your reply, i have whitelisted the IP in the firewall settings. But, no luck

what is the error that you get now? same error?

maybe there is some firewall setting in Azure

Yes, Same Error.

Moralis Server is running on port 1337.
info: Parse LiveQuery Server starts running
Error: connect ETIMEDOUT 40.123.253.126:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) {
errno: -4039,
code: ‘ETIMEDOUT’,
syscall: ‘connect’,
address: ‘40.123.253.126’,
port: 6379
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS C:\CodeBase\Wallet Fives\parse-server-migration>

you can check if there are restrictions in Azure for redis