maliming
maliming
hi Check your `logs.txt` file.
Please share the files in `bin/Release/net8.0`
Can you share your project source code? I have tested in a new template project but it works.
This is not a blazor app. 
hi The problem is about `openiddict.pfx` file. Make sure your app's current directory has this file. I will do some enhancement for it. #### Generating a Signing Certificate In the...
hi Please update your Program.cs as below to see the error logs: ```cs using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; namespace testapp2.Blazor; public...