Using VS2026.
When I clone our project and then try to build it, I get this error:
Unable to load the service index for source https://nuget.telerik.com/v3/index.json. Response status code does not indicate success: 401 (Unauthorized).
In the "tools -> nuget package manager -> package manager settings -> nuget package manager -> configuration files", I see several nuget.config files.
The first nuget.config in the list is in located in the solution folder.
The second nuget.config in located in the "users\myname\AppData\roaming\nuget\" folder
The second nuget.config contains my nuget.telerik UID and PW. The first nuget.config does not have that info. Not sure if this matters or if I can switch the priority.
Also, I tried downloading my "telerik-license.txt" and placed it in my solution folder. Did not help.
Online it says to add source "https://nuget.telerik.com/v3/index.json" and use telerik UI and PW. Unsure where to do this.
I also removed then added the "Sources" through the VS2026 UI "nuget package manager -> sources", shown here. But I was never asked for a UID and PW as the articles online say would happen.
nuget.org https://api.nuget.org/v3/index.json TelerikOnlineFeed https://nuget.telerik.com/v3/index.json
Also, when I open this solution in VS2026, a dialog appears asking to update "Telerik UI for ASP.NET Core version update".
"Version Update" -> "Please, log in to download the latest version of Telerik UI for ASP.Net Core"
When I click the button, a web page appears saying I was successfully logged into telerik. When I return to VS2026, there is an error:
"Authentication did not succeed. Please try again"
How can I resolve this?
