Activities of "maliming"

hi

Check the _ViewImports.cshtml file.

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling

Correct.

HI

You can only edit the existing texts and can't add a new one.

The postman will get cookies from the browser.

hi

.HttpApi.Host > EntityFrameworkCore > Volo.Abp.IdentityServer.EntityFrameworkCore > AbpIdentityServerDomainModule > AddDeveloperSigningCredential = true

You can set AddDeveloperSigningCredential to false in .HttpApi.Host

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.

Showing 7901 to 7910 of 10652 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 12, 2025, 10:20