Since upgrading the to the new versions (Both Orchestrator and Studio - 2025+), NuGet packages could not be installed on the Robot machine as there is a problem reaching the following external feeds. This is causing big problem every time i update the packages. Any Ideas how to fix this issue ?
A connection attempt failed because the remote host did not respond within a certain period of time, or the connection established was faulty because the connected host did not respond. (api.nuget.org:443)β exception on https://api.nuget.org/v3/index.json
A connection attempt failed because the remote party did not respond within a reasonable time, or the connection that was made was faulty because the host that you are connecting to did not respond. (gallery.uipath.com:443)β exception on https://gallery.uipath.com/api/v3/index.json
I think this is mostly a network or firewall issue, not really a Studio upgrade problem. After 2025+, Studio depends more on external feeds, so make sure the robot machine can reach those URLs over 443. If youβre behind a proxy, double-check proxy settings in UiPath and the machine config. As a backup, using an internal/offline NuGet feed also helps if internet access is restricted.