I created a new project with Radzen Blazor Studio (first time installed). I have telerik devcratft installed on the same machine. When I tried to run the project, I get the following in the output window:
dotnet watch Hot reload enabled. For a list of supported edits, see Supported Code Changes (C# and Visual Basic) - Visual Studio (Windows).
Press "Ctrl + R" to restart.
C:\Users\steve\source\repos\emdsWeb5\Emdsweb5.csproj : error NU1301: Unable to load the service index for source https://nuget.telerik.com/v3/index.json.
C:\Users\steve\source\repos\emdsWeb5\Emdsweb5.csproj : error NU1301: Response status code does not indicate success: 401 (Unauthorized).
Using launch settings from C:\Users\steve\source\repos\emdsWeb5\Properties\launchSettings.json...
Building...
C:\Users\steve\source\repos\emdsWeb5\Emdsweb5.csproj : error NU1301: Unable to load the service index for source https://nuget.telerik.com/v3/index.json.
C:\Users\steve\source\repos\emdsWeb5\Emdsweb5.csproj : error NU1301: Response status code does not indicate success: 401 (Unauthorized).
The build failed. Fix the build errors and run again.
What can I do to fix this?
Steve