Activities of "maliming"

Anytime. : )

: )

Answer

hi

I will check your project.

Thanks.

Answer

hi

Can you share a minimal/sample project that reproduces the issue?

liming.ma@volosoft.com

Thanks.

hi

the production env gives me this error

Can you share your EncryptionAndSigningCertificate code?

if (!hostingEnvironment.IsDevelopment())
{
    PreConfigure<AbpOpenIddictAspNetCoreOptions>(options =>
    {
        options.AddDevelopmentEncryptionAndSigningCertificate = false;
    });

    PreConfigure<OpenIddictServerBuilder>(serverBuilder =>
    {
        serverBuilder.AddProductionEncryptionAndSigningCertificate("openiddict.pfx", configuration["AuthServer:CertificatePassPhrase"]!);
        serverBuilder.SetIssuer(new Uri(configuration["AuthServer:Authority"]!));
    });
}

hi

Can you test this PR with your actual link users data?

https://github.com/abpframework/abp/pull/23929

Thanks

hi

The source code ofconnect/token is in the OpenIddict library, and it is not a single endpoint. It has many handlers.

Thanks.

hi

Please set your log level to Debug and share the full logs.txt to liming.ma@volosoft.com

see https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

Thanks.

hi

Can you check and share the logs.txt of https://trust.itotem.io website?

Thanks.

hi

Can you check the network panel in your browser(Angular app)? The browser might have canceled this request(https://localhost:44348/api/abp/application-configuration?includeLocalizationResources=false).

that this error has appeared very rarely in v8.x and now - every time I invoke a request.

Can you call this endpoint in curl instead of a browser?

Thanks.

Showing 161 to 170 of 11091 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41