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