diff --git a/src/components/ServerConnections.js b/src/components/ServerConnections.js index a15b384f7d..744b364c65 100644 --- a/src/components/ServerConnections.js +++ b/src/components/ServerConnections.js @@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager { ); apiClient.enableAutomaticNetworking = false; - apiClient.manualAddressOnly = true; + apiClient.manualAddressOnly = false; this.addApiClient(apiClient);