Category "duende-identity-server"

Duende Identity Server- Why I get an error ArgumentNullException after accepting consents (only on deployed .Net 6)?

I have a project that uses Identityserver 4 with Blazor server. With .Net 5, it worked like a charm, both on development and when deployed. I updated to .Net 6

Unable to resolve service for type 'Duende.IdentityServer.Stores.IClientStore'

I am migrating drom Identity Server to Duende Identity Server and using .net 6 core project and I'm getting the following error in the startup on builder.build(

The default Identity UI layout requires a partial view '_LoginPartial' error ASP.NET Core 6.0

So. I created a fresh new project with Visual Studio Pro 2019 (v16.11.9) using the model ASP.NET Core with Angular. I set the authentication option to Individua