I am trying to follow the instructions on this URL: https://www.telerik.com/aspnet-core-ui/documentation/getting-started/video-onboarding
I added the source to the Nuget settings with this URL: https://nuget.telerik.com/v3/index.json
When I go to the NuGet package manager and select the Telerik. The first time I did enter credentials but I got a
[Telerik] Unable to load the service index for source https://nuget.telerik.com/v3/index.json.
Response status code does not indicate success: 401 (Unauthorized).
Since then I have tried removing and re-adding the source but I always get the same error and I can't re-enter my credentials to see if that is the issue.
How do I check if I entered my credentials wrong and How do I fix this so I have access to the telerik nuget source?
Hi Cameron, this sounds like you have some credentials cached, or you have a nuget.config with incorrect credentials. I have two things for you to try:
Now, let's see if you have anything in a nuget.config.
I would personally just delete all the items in Credential Manager and let VS2022 re-save them the next time you open a project. Keep in mind that if you also have a nuget.config with a packageSourceCredential, that will be used instead.