Unable to development only admin login in Blazor Server app

I have a problem in RadzenCRM tutorial step by step.

In Blazor Server App, trying to development only admin login, but I can not login.

But in Blazor webassembly and angular app, development only admin login was working successfully.

Some comment please...

Are there any errors displayed in the Radzen output windows? Does it work if you open the page in Incognito mode?

Radzen output windows tells a message failed.

dotnet: info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]

  •  Authorization failed. These requirements were not met:*
    
  •  DenyAnonymousAuthorizationRequirement: Requires an authenticated user.*
    

info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]

  •  Authorization failed. These requirements were not met:*
    
  •  DenyAnonymousAuthorizationRequirement: Requires an authenticated user.*
    

and you said that In Incognito mode, working fine.

If it works in incognito mode then it is probably browser caching - cookies etc. If all applications have the same name then their authentication cookies will also be named the same hence problems during authentication.

Thanks korchev.

Development only admin login in Blazor Server app works fine after clear caches that you said.