Activities of "maliming"

what I don't understand is why on production a 400 with html is returned

What are the error logs of HTTP 400?

hi

There are differences in the Development and Production environment.

if (env.IsDevelopment())
{
    app.UseDeveloperExceptionPage();
}

if (!env.IsDevelopment())
{
    app.UseErrorPage();
    app.UseHsts();
}

the Swagger doesn´t load and gets error.

What are the error logs?

https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-dotnet-how-to-use-azure-redis-cache

hi

Do not override the AbpUserClaimsPrincipalFactory, You can add an IAbpClaimsPrincipalContributor class .

And add the code to Identity Server project.

So, you add a custom IAbpClaimsPrincipalContributor? Please share your code.

hi

We have add IsActive to IdentityUser entity in 5.0. You can check this PR.

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

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

This is the current behavior, I will create an issue internally to discuss

hi

The database stores new records when the language text is updated in the UI. It uses the json files in modules by default.

The RedirectAllowedUrls is used by other services not only IDS.

Showing 8791 to 8800 of 11537 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.