Activities of "maliming"

hi

it seems in single-layer project the Volo.Abp.AspNetCore.Mvc.dll still references to Microsoft.AspNetCore.Mvc.Versioning

What is the version of Volo.Abp.AspNetCore.Mvc.dll?

hi

Can you share a minimal project?

liming.ma@volosoft.com

hi

Inject the ILogger<Controller> and write the headers to logs in your controller classes.

eg:

hi devsumati

Please output the HTTP request info to the logs in your Controllers

You can inject the ILogger<Controller> and write the headers to logs.

var headers = HttpContext.Request.Headers
    .Select(header => header.Key + " : " + header.Value)
    .ToList()
abc.Controllers.Carts.CartController.GetListAsync (abc.HttpApi)'
abc.Controllers.Categories.CategoryController.GetListAsync (abc.HttpApi)'
abc.Controllers.Addresses.AddressController (abc.HttpApi).

Thanks.

hi

I'm not sure, But you can try to https://support.abp.io/QA/Questions/6281/Handling-an-event-from-the-UI#answer-3a0f98d0-a793-3aec-230f-123071666c06

hi

  1. On the login page, the login button is allowed to be clicked before the recaptcha is installed and when it is clicked, it gives a Please check the reCAPTCHA box warning.

Can you share the POST request info? what are the HTTP form data?

  1. If no action is taken on the login screen for more than 2 minutes, it gives Verification failed, score below threshold error when the login button is clicked.

I will confirm this.

hi

I think this is a bit abnormal. Why does dotnet build command take so long?

We build the framework and some modules, which will take 9 minutes.

https://github.com/abpframework/abp/actions/runs/8578328802/job/23512054046

../framework 
../modules/basic-theme 
../modules/users 
../modules/permission-management 
../modules/setting-management 
../modules/feature-management 
../modules/identity 
../modules/identityserver 
../modules/openiddict 
../modules/tenant-management
 ../modules/audit-logging 
 ../modules/background-jobs 
 ../modules/account 
 ../modules/cms-kit 
 ../modules/blob-storing-database

hi

I can't reproduce this in a new template project.

Do you have any custom code of the Mapper?

Can you share a project? liming.ma@volosoft.com

Thanks

hi mgurer

You can set the log level to Debug and check the token/handle method logs.

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();
Showing 5171 to 5180 of 11567 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.