Activities of "maliming"

hi

I will reply here if I have news.

hi

Using this overload is no problem.

Can you share a new template project to reproduce your problem?

liming.ma@volosoft.com

hi

Can you change the logs level and share the logs again?

Thanks.

https://support.abp.io/QA/Questions/7383/Remember-me-does-not-work-properly-during-development#answer-3a134c11-55b1-b7cc-7378-4891bda51064

hi

Remove this line from your domain module

hi

The module that has the PreConfigure<AbpOpenIddictWildcardDomainOptions>(options => code.

ok, You can set the log level to Debug to see more logs.


public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

if I run another app at the same time (also localhost, different port)

The localhost cookies will not distinguish between ports.

You can try configuring different applications to use different cookie names, or use a local domain(https://readme.localtest.me/) name instead of localhost to prevent cookie conflicts between multiple different applications.

hi

I think the cookies of localhost domain have been deleted by the browser. You can check the cookies.

hi

Can you share some code or a simple project to reproduce this?

liming.ma@volosoft.com

hi

Can you share some screenshot?

Thanks

Showing 4611 to 4620 of 11567 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.