Activities of "maliming"

malimings@gmail.com

hi

You can try to log out and log in again. also install the latest CLI and Suite

abp logout
abp login

I have not received it yet.

liming.ma@volosoft.com

hi

I think this is a database problem.

Answer

hi

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(LoginModel))]
public class CustomLoginModel : LoginModel
{
    public CustomLoginModel(IAuthenticationSchemeProvider schemeProvider, IOptions accountOptions, IAbpRecaptchaValidatorFactory recaptchaValidatorFactory, IAccountExternalProviderAppService accountExternalProviderAppService, ICurrentPrincipalAccessor currentPrincipalAccessor, IOptions identityOptions, IOptionsSnapshot reCaptchaOptions) : base(schemeProvider, accountOptions, recaptchaValidatorFactory, accountExternalProviderAppService, currentPrincipalAccessor, identityOptions, reCaptchaOptions)
    {
    }

    public override async Task OnPostAsync(string action)
    {
        var request = await OpenIddictRequestHelper.GetFromReturnUrlAsync(ReturnUrl);
        if (request?.ClientId != null)
        {
            // check the request here
        }

        return await base.OnPostAsync(action);
    }
}```

hi

Can you test the code in an opensource template project and share it again?

abp new BookStore -t module

System.MissingMethodException

You are using abp 5.3.3 in your SG.RISE.SKU.Blazor project.

I can't reproduce with your project.

SG.RISE.DbMigrator % dotnet run
SG.RISE.DbMigrator.csproj : warning NU1608: Detected package version outside of dependency constraint: Castle.Windsor 5.1.2 requires Castle.Core (>= 4.4.1 && < 5.0.0) but version Castle.Core 5.1.1 was resolved.
SG.RISE.DbMigrator.csproj : warning NU1608: Detected package version outside of dependency constraint: Castle.Windsor 5.1.2 requires Castle.Core (>= 4.4.1 && < 5.0.0) but version Castle.Core 5.1.1 was resolved.
[09:38:41 INF] Started database migrations...
[09:38:41 INF] Migrating schema for host database...
[09:38:43 INF] Executing host database seed...
[09:38:45 INF] Successfully completed host database migrations.
[09:38:45 INF] Successfully completed all database migrations.
[09:38:45 INF] You can safely end this process...

hi

it switching user context only after reloads the page

I mean you can reload the page by code.

https://support.abp.io/QA/Questions/5107#answer-3a0b692f-e52a-cde1-f2b7-cf0f255391e1

hi

It seems the LeptonXTheme latest version is 2.2.1

abp get-source Volo.Abp.LeptonXTheme.Pro         
ABP CLI 7.2.2
Downloading source code of Volo.Abp.LeptonXTheme.Pro (vLatest)
Using cached module: Volo.Abp.LeptonXTheme.Pro, version: 2.2.1
Check out the documents at https://docs.abp.io/en/commercial/latest/themes/lepton-x/indexfolder'
Showing 6851 to 6860 of 11554 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 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.