Activities of "maliming"

Many thanks. 👍

hi

Can you try to 2 and 3?

hi

Does this only happen with load-balanced?

Can you share the logs.txt of all servers?

https://wetransfer.com/ liming.ma@volosoft.com

Thanks

hi

Thanks

We have changed the code in new version

https://github.com/abpframework/abp/issues/15530#issuecomment-1505182866 https://github.com/abpframework/abp/pull/16351

hi

You can continue to observe, If it happens occasionally, you can ignore it.

I have refunded your ticket.

Thanks.

hi

You can get source cod by ABP CLI.


> abp help get-source 

ABP CLI 8.2.0

Usage:

  abp get-source <module-name> [options]

Options:

-o|--output-folder <output-folder>          (default: current folder)
-v|--version <version>                      (default: latest version)
--preview                                   (Use latest pre-release version if there is at least one pre-release after latest stable version)

Examples:

  abp get-source Volo.Blogging
  abp get-source Volo.Blogging -o d:\my-project

See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI

With build-in Abp Lock user method, is there an email sent to the user?

The user will not get an email when it gets locked.

hi

It's not supported at the moment, I've created an issue, we'll consider it in the next release.

https://github.com/abpframework/abp/issues/20245

Answer

hi

You can add a tenant policy. and use it in your pages

eg: https://github.com/abpframework/abp/pull/10152#issue-1007619207

options.AddPolicy("MyClaimTestPolicy", policy =>
{
    policy.RequireAuthenticatedUser().RequireAssertion(handlerContext =>
    {
        var tenantId = handlerContext.User.FindTenantId();
        
        return false; // false to skip
    });
});

Hi

Please search for the Lepton keyword globally in your project(all csproj files) and share the search results.

Thanks

hi

Can you test your configuration in a new asp net core app instead of abp template?

or can you share the configuration? Then I will try to reproduce it locally.

liming.ma@volosoft.com

Showing 3601 to 3610 of 10699 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 16, 2025, 10:35