Activities of "maliming"

hi

  1. I think the changes are too big, so there maybe some breaking. You can try it step by step.

  2. abp will use HttpContext.User(ClaimsPrincipal) to populate the ICurrentUser

hi

Please check the AbpSettings table, the email configurations are stored in it.

hi

Can you get the logs.txt when the app is running on Azure App Service?

hi

The previous EF Core may need the virtual keyword.

There is no need to make navigations virtual unless they are being used by lazy-loading or change-tracking proxies.

It doesn't matter if you use it all the time.

hi

Please sahre the logs of authserver. Thanks

liming.ma@volosoft.com

hi

8.2

Can you share a simple project to reproduce?

Thanks

liming.ma@volosoft.com

Answer

hi

Halil: There is no source code, unfortunately. It is just a simple example, nothing fancy.

hi

Do you have code like below in your FormsHttpApiHostModule?

If so can you share the steps to reproduce this error in a new angular and aspnet core template app?

context.Services.AddCors(options =>
{
    options.AddDefaultPolicy(builder =>
    {
        builder
            .WithOrigins(
                configuration["App:CorsOrigins"]?
                    .Split(",", StringSplitOptions.RemoveEmptyEntries)
                    .Select(o => o.Trim().RemovePostFix("/"))
                    .ToArray() ?? Array.Empty<string>()
            )
            .WithAbpExposedHeaders()
            .SetIsOriginAllowedToAllowWildcardSubdomains()
            .AllowAnyHeader()
            .AllowAnyMethod()
            .AllowCredentials();
    });
});

app.UseCors();


app.UseStaticFiles();
app.UseRouting();
app.UseCors();

hi

Can you share the logs.txt ?

liming.ma@volosoft.com

Showing 5091 to 5100 of 11530 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.