Open distributev opened 8 years ago
I think it is related with https://github.com/distributev/the-app/issues/28 - the difference is that issues/28 was happening with the remote cloud redis while this one is happening with the bundled redis. Anyway see that one too.
In this case, this happens when running *.bat (ex. startApp.bat) without the "run as administrator" option, since it needs user agreement of the windows firewall to open some ports for node and redis.
Once accepted, the app will run as normal.
So a workaround, and a good practice in general, is to execute this scripts by right clicking the file, and selecting "run as administrator".