Activities of "maliming"

你好

你没有Chrome浏览器环境?

如果是非Chrome浏览器, 这个问题无法解决, 属于浏览器的限制.

谢谢

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,

Showing 191 to 200 of 11992 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.