Activities of "maliming"

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

You will get forwarded to https://localhost:5000/account/login?returnUrl=https://localhost:44313/identity/roles

Maybe you should start https://localhost:44313.

hi

There is currently no such module.

hi

Blazorise AODA Compatability

We don't know about that, Can you create a question on https://github.com/Megabit/Blazorise/issues ?

Showing 8541 to 8550 of 10527 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 01, 2025, 08:37