Activities of "maliming"

Clear the Redis.

hi

I can't build your project.

Maybe we are going in the wrong direction. Is your current goal to replace UserManage with your custom service in the entire microservice?

TaskCancelledException may be the browser canceling the request.


Are you asking me to comment out again and send logs?

Yes, Please. Because I see the error caused by the Index page. so Please try to remove the db call from Index page.

hi

ActivationEndDate should have a value and >= Clock.Now

public enum TenantActivationState : byte
{
    Active = 0,

    ActiveWithLimitedTime = 1,

    Passive = 2
}


public virtual Task<bool> IsActiveAsync(Tenant tenant)
{
    return Task.FromResult(tenant.ActivationState switch
    {
        TenantActivationState.Active => true,
        TenantActivationState.Passive => false,
        TenantActivationState.ActiveWithLimitedTime => tenant.ActivationEndDate >= Clock.Now,
        _ => false
    });
}```

ok, I will check it later.

hi

https://github.com/maliming

hi

The error logs of the An error occurred using the connection to database are caused by TaskCanceledException: A task was canceled in the Index page.

OK I commented out the // Application = await OpenIdApplicationRepository.GetListAsync(); line, ?I am still getting the : [ERR] An error occurred using the connection to database 'ESv2-testing' on server 'tcp:hathor-hk.database.windows.net,1433'. error intermittently.

Can you share these logs?

Thanks

You can share a template project similar to yours, and I will add code to replace the UserManager and IdentitySessionDynamicClaimsPrincipalContributor then share the code with you.

Writing code remotely can be difficult and slow.

hi

Can you share a simple project, I can download and check the code.

https://wetransfer.com/ liming.ma@volosoft.com

This must be an issue with the running environment. Are there any logs in the database when errors occur?

Showing 3831 to 3840 of 11559 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.