Activities of "maliming"

hi

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

You can try disabling the AntiforgeryToken for the login page in the authserver project.

context.Services.AddRazorPages(options =>
{
    options.Conventions.AddPageApplicationModelConvention("/Account/Login", model =>
    {
        model.Filters.Add(new IgnoreAntiforgeryTokenAttribute());
    });
});

hi

I checked. The 400 error happened in the auth server project(https://extranetidentity-dev.cincaporc.com/)

Could you share the debug logs for https://extranetidentity-dev.cincaporc.com website?

Thanks.

hi

I will check your project type. Can you create an app with MVC as the UI framework?

Thanks.

hi

I have updated the document.

https://github.com/abpframework/abp/blob/8c8fd73a835baa1c54830816352c13b6174b7d3a/docs/en/framework/ui/angular/environment.md#remoteenvironment

Thanks.

hi

Can you use English to describe your question?

Thanks.

hi

Every template project will include a footer component. You can change it in MVC. blazor and angular.

Thanks.

hi

We have changed this behavior so that, even without IIS or Nginx, it will no longer show errors.

Thanks.

Thanks, I will check this case. You can remove this method call in your app.

hi

Thank you for the detailed information. I’ll go check it out.

Showing 101 to 110 of 11984 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.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.