I’m trying to put in prod my created package in studio. When I tried to open it, some package are missing. I tried to copy manually the nupkg in nuget folder but it’s the same issue. Any thoughts on how to solve the issue? Or is there any firewall issue that is blocking the library to download it? Thanks in advance.
Check your firewall settings to make sure that the NuGet server is not blocked.
Update the package feed on your production machine.
Check the dependencies for your package and make sure that they are all installed.
Make sure that you are using the same version of UiPath Studio on your development and production machines.
There is a repair in the dependency. Right click on the error dependency and select on repair the dependency, it will repair and reinstall it. It works for sure.