Nuget package error under Manage Packages : Failed to retrieve metadata from source

Getting error while adding custom nuget package source and searching under manage package

PFB screenshot

Hi @nikhil.chandre ,

Can you share the URL (https://wksmall...) its showing?

Meanwhile:

  • Ensure the URL (https://wksmall...) is correct, accessible, and points to a valid NuGet feed
  • Validate the feed format- The feed must be a NuGet v3 or v2-compatible endpoint..
  • Use NuGet CLI to test the source: use command- nuget list -Source "https://your-feed-url"
    if fails then, issue is with the feed itself, not UiPath.

Try these steps and let us know your output.

Happy Automation!

1 Like

@nikhil.chandre,

Looks like your network admin restricted this package feed url. Get it whitelisted and you should be good.

2 Likes

@nikhil.chandre

try opening url from a browser and check if it is valid and working if not reach out to your IT to get it whitelisted or correct the url

cheers

2 Likes