When I try to activate it on localhost, it takes a long time and gives me “write ECONNABORTED” error.
It doesn’t show anything in the server log file, it just says “connection ended”.
What I have done:
Uninstall and install the program
Change port
Restart this system port
Restart the program completely
I found the problem and that is that VPN is connected and I don’t understand what VPN has to do with localhost? (VPN does not create any bugs in localhost)
Your VPN probably does create a bug … there are all kind of socket and DNS changes made when a VPN activates, in the supposed interests of security, though rarely genuinely effective.
Thank you for your help, but I think I found the problem. It seems that when the program wants to connect, it sends a request to the MongoDB server, and the server blocks these requests that are sent from my VPN (I tried through “command line”).
of course it does (unless you allow traffic from everywhere). because you are now accesing the cluster from the vpn so the server does not see your address but the vpn gateway (what would be the point of using a vpn if others could see your real address). you must allow traffjc from the vpn address range.