79334235

Date: 2025-01-06 20:22:43
Score: 1.5
Natty:
Report link

I believe the issue came from misconfigured services in my program.cs file.

builder.Services.AddAuthorization(options => {
    options.FallbackPolicy = options.DefaultPoicy;
});
builder.Services.AddCascadingAuthenticationState();

seemed to be the missing pieces needed to get this to work.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sunkist