You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to access the Telerik NuGet server at `https://nuget.telerik.com/nuget/`, you might encounter an Error 503. This issue arises due to the deprecation of the old NuGet server and can be resolved by switching to the NuGet v3 API.
18
+
# Troubleshooting Telerik NuGet
20
19
21
-
## Cause
22
-
The Error 503 is typically caused by the deprecation of the old NuGet v2 server at `https://nuget.telerik.com/nuget/`. Telerik encourages clients to migrate to the NuGet v3 API for enhanced performance and reliability.
20
+
This article provides solutions to common issues that you may observe when working with the Telerik NuGet server and the NuGet packages that it provides.
23
21
24
-
## Solution
25
-
To resolve the Error 503 and ensure a more stable package management experience, follow the steps below to migrate your NuGet package source to the v3 API:
22
+
## Issue: The NuGet Package Takes Too Long to Install or Update on Visual Studio
26
23
27
-
1. Update your NuGet package source URL to `https://nuget.telerik.com/v3/index.json`.
28
-
2. Configure the Telerik NuGet server as a package source in Visual Studio for improved package searches and restores.
24
+
The NuGet package takes too long to install or update on Visual Studio. How to improve the installation and update times?
29
25
30
-
For detailed instructions on configuring the Telerik NuGet server in Visual Studio, refer to the official documentation: [Download from the NuGet server](https://docs.telerik.com/devtools/document-processing/getting-started/installation/install-nuget-packages#download-from-the-nuget-server).
26
+
### Solution
31
27
32
-
By following these steps, you will switch to a faster, lighter, and more secure NuGet server protocol, ensuring a better package management experience.
28
+
You can disconnect the project from the source control before running the **Update Wizard**.
After changing your Telerik password, you get `[Telerik Nuget] The V2 feed at '...' returned an unexpected status code '401 Logon failed.'` error in the NuGet Package Manager.
33
+
34
+
### Solution
35
+
36
+
After changing your Telerik password, you must reset your credentials in the `NuGet.config` file. To do this, run the `NuGet Sources Update -Name "telerik.com" -Source "https://nuget.telerik.com/v3/index.json" -UserName "your login email" -Password "your new password"` command.
37
+
38
+
The password must contain only ASCII characters.
39
+
40
+
As an alternative, you can [reset your Telerik NuGet Feed credentials from the Windows Credentials Manager](#solution-2-windows-credentials-manager)
41
+
42
+
## Issue: Unable to load the service index for source https://nuget.telerik.com/v3/index.json
43
+
44
+
Make sure that the Telerik NuGet Feed is live at [https://status.telerik.com/](https://status.telerik.com/).
45
+
46
+
## Issue: Resetting Telerik Nuget Credentials
47
+
48
+
On Windows, if you enter and save wrong credentials for the Telerik NuGet or if you change your Telerik credentials, you won't have access to the desired NuGet packages. Before you can enter the correct user name and password, you must clear the saved credentials.
49
+
50
+
### Solution 1: Resetting The Credentials in NuGet.config
51
+
52
+
Try resetting your credentials by using the approach suggested in the [Telerik NuGet returns 401 Logon failed after password change](#issue-telerik-nuget-returns-401-logon-failed-after-password-change). If the credentials are not updated, continue with [Solution 2 below](#solution-2-windows-credentials-manager).
53
+
54
+
### Solution 2: Windows Credentials Manager
55
+
56
+
Alternatively, use Windows Credentials Manager to remove the saved credentials:
57
+
58
+
1. In Visual Studio navigate to **Tools** > **NuGet Package Manager** > **Package Manager Settings**. Select **NuGet Package Manager**, click **Package Sources**, and remove the listed Telerik NuGet package source.
59
+
1. Close Visual Studio.
60
+
1. Open the Windows Credentials Manager. To access it, navigate to **Control Panel** > **User Accounts** > **Credential Manager**.
61
+
1. Click **Windows Credentials**.
62
+
1. Remove the following saved credentials:
63
+
*`nuget.telerik.com`
64
+
*`VSCredentials_nuget.telerik.com`
65
+
66
+

67
+
68
+
1. Add the Telerik NuGet Feed again, and then enter the correct credentials. For more details, see the [Installing with Nuget]({%slug installation-nuget-packages%}) article.
69
+
70
+
1. If desired, verify the NuGet credentials by inspecting the `NuGet.config` file located in `%AppData%\NuGet\NuGet.config`
0 commit comments