New to Telerik Reporting? Download free 30-day trial

NuGet V2 Feed Error about Returned Unexpected 401 Status Code

Environment

Product Progress® Telerik® Reporting
Private Telerik NuGet Feed Installation

Description

After changing my Telerik password, I get a Telerik NuGet V2 feed error about a returned unexpected status code 401.

Error Message

[Telerik Nuget] The V2 feed at '...' returned an unexpected status code '401 Logon failed.'

Cause

After changing your Telerik password, you need to reset your credentials in the NuGet.config file.

Solution

To fix this issue, open a Command Prompt and run the following command:

NuGet Sources Update -Name "telerik.com" -Source "https://nuget.telerik.com/v3/index.json" -UserName "your login email" -Password "your new password"
In this article