maliming

Results 526 comments of maliming

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. ![image](https://github.com/user-attachments/assets/1ab2d5a5-f4fe-4386-a682-33fcd3b3705e)

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...