You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 (and probably other versions) prioritizes ipv6 when available over ipv4. Thus "localhost" resolves to ::1 instead of 127.0.0.1. The problem with this is that mongodb binds to the ipv4 address, but not the ipv6 one. The signal server, for whatever reason, does not attempt to connect to anything but the first address that localhost resolves to.