Activities of "liangshiwei"

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)

Hi,

Sorry, I mean the Volo.Forms.Web Nuget package.

Showing 3091 to 3100 of 6692 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.0.0-preview. Updated on September 12, 2025, 10:20