Activities of "maliming"

Can you try this?

https://github.com/abpframework/abp/issues/10899#issuecomment-989840821

Please clear the log first, then reproduce the problem, and then upload the log. liming.ma@volosoft.com

Answer

Yes, You can copy the code from the SerilogConfigurationHelper .

hi Sorry for the delay. Can I check it remotely? liming.ma@volosoft.com

See https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules

hi

Please check your app's logs. I didn't see the error logs.

Answer

Are u call the WriteTo.Elasticsearch method?

.WriteTo.Elasticsearch(
    new ElasticsearchSinkOptions(new Uri(configuration["ElasticSearch:Url"]))
    {
        AutoRegisterTemplate = true,
        AutoRegisterTemplateVersion = AutoRegisterTemplateVersion.ESv6,
        IndexFormat = "MyProjectName-log-{0:yyyy.MM}"
    })

introduced options.EnableRazorRuntimeCompilationOnDevelopment = false; to fix

hi

You just need to configure it and no other is needed.

We needed to call OdmsOptions.SetAsync(); method again to get latest settings,

This is design. See https://github.com/abpframework/abp/pull/6333

hi

For 6-digit codes it is valid for 3 minutes, others default to 1 day, of course you can configure it. This belongs to ASP NET Core Identity.

https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/Rfc6238AuthenticationService.cs#L16

https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.dataprotectiontokenprovideroptions.tokenlifespan?view=aspnetcore-6.0#microsoft-aspnetcore-identity-dataprotectiontokenprovideroptions-tokenlifespan

Showing 8571 to 8580 of 10560 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.0.0-preview. Updated on September 04, 2025, 16:11