Merge pull request #5566 from gnattu/dont-do-smart-url-guessing

This commit is contained in:
Bill Thornton
2024-05-20 11:57:35 -04:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ class ServerConnections extends ConnectionManager {
);
apiClient.enableAutomaticNetworking = false;
apiClient.manualAddressOnly = false;
apiClient.manualAddressOnly = true;
this.addApiClient(apiClient);