Activities of "maliming"

ok.

Done

hi

Thanks. I will check it.

hi

This page is MVC, and the layout is application.

You need to override it in MVC with a new layout.

I will share a solution sonn.

Thanks.

hi

Try to and options.ProtocolValidator.NonceLifetime = cookieLifetime; try again.

var cookieLifetime = TimeSpan.FromMinutes(60);
options.RemoteAuthenticationTimeout = cookieLifetime;
options.CorrelationCookie.Expiration = cookieLifetime;
options.NonceCookie.Expiration = cookieLifetime;

options.ProtocolValidator.NonceLifetime = cookieLifetime;

Thanks

hi

You can create a new question for webservice

Thanks.

Hi

No, Can you share the latest logs.txt again?

Thanks.

hi


using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Volo.Abp;
public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
    var app = context.GetApplicationBuilder();
    var env = context.GetEnvironment();
    // ✅ get logger from context
    var logger = context.ServiceProvider.GetRequiredService<ILogger<ApproachHttpApiHostModule>>();
    // PathBase removed - ingress route already handles /api/auth prefix
    // This prevents conflicts with ABP framework endpoints like /api/abp/application-configuration
    app.UsePathBase("/portal/api");
    app.UseForwardedHeaders();
    if (env.IsDevelopment())
    {
        app.UseDeveloperExceptionPage();
    }
    logger.LogInformation("before UseAbpRequestLocalization Application...");
    app.UseAbpRequestLocalization();
    logger.LogInformation("after UseAbpRequestLocalization Application...");
    app.UseRouting();
}

Please add code to write some logs, make sure UseAbpRequestLocalization is applied,

Great, we found the problem.

Waiting for your good news.

Thanks.

Showing 1 to 10 of 11802 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 January 30, 2026, 08:56
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.