Activities of "liangshiwei"

Hi,

What version of the lepton x source code are you using?

You should download the version 2.2.x, because your abp version is 7.2.2 abp get-source Volo.Abp.LeptonXTheme.Pro -v 2.2.2

Hi,

You can check the database and try to clear the Redis cache.

Hi,

Will it work if you try this?

MyAuthentication.razor

@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components
@using Volo.Abp.DependencyInjection
@inherits  Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme.Pages.Authentication

@attribute [ExposeServices(typeof(Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme.Pages.Authentication))]
@attribute  [Dependency(ReplaceServices = true)]

<Card>
    <CardBody>
        <RemoteAuthenticatorView Action="@Action">
            <LoggingIn>
                <LoadingIndicator/>
            </LoggingIn>
            <CompletingLoggingIn>
                <LoadingIndicator/>
            </CompletingLoggingIn>
            <LogOut>
                <LoadingIndicator/>
            </LogOut>
            <CompletingLogOut>
                <LoadingIndicator/>
            </CompletingLogOut>
            <LogOutSucceeded>
            </LogOutSucceeded>
        </RemoteAuthenticatorView>
    </CardBody>
</Card>

MyAuthentication.razor.cs

public partial class MyAuthentication
{
    public MyAuthentication(WebAssemblyCachedApplicationConfigurationClient webAssemblyCachedApplicationConfigurationClient) : base(webAssemblyCachedApplicationConfigurationClient)
    {
    }
    
    protected override void OnInitialized()
    {
        if (Action == "logout-callback")
        {
            NavigationManager.NavigateTo("/authentication/login");
        }
    }
}

Do I have to wait until abp v8.0 is released? when will that be?

The preview version is scheduled to be released on November 15, 2023

Are there any workarounds for this

I'll let you know if there is any workaround.

:)

Sorry for that. I will feedback to the team.

Hi,

I am trying to start the app with debugging in Visual Studio.

After I checked, yes, this is the limit of the nightly build. you can't debug the application.

Hi,

It looks like a problem with the MongoDB driver

It works for me:

Can you share the project with me? my email is shiwei.liang@volosoft.com

Hi,

Sorry, try to set the ASPNETCORE_ENVIRONMENT to Production, it should be working. (don't need to run in release)

Showing 3091 to 3100 of 6693 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.