dli9431
Results
1
comments of
dli9431
I had this exact same issue and looked at the angular example (https://github.com/dotnet/AspNetCore.Docs.Samples/blob/main/samples/ngIdentity/ngIdentity.Server/Program.cs). I believe the issue is being caused because the documentation omits the additional .AddApiEndPoints() call. When I...