Hi,
Since 21.4, when launching Studio or directly the assistant, it fails with “Uipath Robot error message” saying Authentication required"
I do suspect a proxy config pb because with all previous version I had to update UiPath.Service.UserHost.exe.config file manually at the end with
< system.net >
< defaultProxy useDefaultCredentials=“true” />
</ system.net >
and reboot, each time a new version was auto deployed. => to get it connected.
But in new 21.4 this config file does not exist anymore. Robots are in my company behind the coporate proxy and I guess that I need to find where in new version 21.4 it is mandatory to set correct proxy mode.
Do you face the same? How do you go through your company proxy ?