All dependencies turn red when adding a new package on a fresh VM

Hi everyone,

I’m encountering a strange issue after switching to a new VM and would appreciate any insight.

Context:

I’ve installed UiPath Studio on a new VM and connected it to Orchestrator.
I downloaded an existing process from Orchestrator.
All dependencies appear in red, even though the same versions work fine on the previous VM.

What I’ve tried:

The project.json is identical to the working version.
Clearing all NuGet cache
Reinstalling dependencies manually
Creating a new empty project → dependencies are resolved normally (blue).
However, when I add any new package, all dependencies instantly turn red again.
If I remove the newly added package, the previous dependencies go back to blue.

I have following Derror message :
image

But the url is on the white list and I have

Any ideas would be greatly appreciated!

Thanks in advance,

Is this happening with any specific package you tried to install or any random package?

@Geoffroy_Pantegnies

have a look here

We also recommend verifying the Firewall rules, so that accessing package feeds is not blocked

Dear @Geoffroy_Pantegnies,

In proxy address add both HTTP & HTTPS prefixes as follows:

http://myproxy.com:8080; https://myproxy.com:8080

Br,
NikZ

All of them so far (official or not).

Thanks, I’ve asked the IT team for some informations to add in the UiPath.config file. I’ll lete you know once it’s done.

I’ve done that and now, some of them are in blue. And its a mix between official and not.
As a side note, I have two projects and both have similar packages but not the same are in blue / red.

Unfortunately nothing has changed with the file updated.

Hi @Geoffroy_Pantegnies
Have sent you a DM