Activities of "maliming"

Great 👍

hi

I haven't received it. Can you share it by https://wetransfer.com/

Thanks.

Thanks. Our suite team will check this.

ok, that will be best.

hi

Could you share a project that reproduces the UI problem?

Your problem is about UI. Use the code to change it is the wrong way.

Thanks.

hi

Is the build error caused by the Suite?

Thanks.

hi

The base class will call the GetRedirectUrlAsync.

Can you debug to check if your returnUrl is set correctly?

Thanks.

[HttpGet]
public virtual async Task<ActionResult> LogoutAsync(string returnUrl = "", string returnUrlHash = "")
{
    await HttpContext.SignOutAsync();

    if (HttpContext.User.Identity?.AuthenticationType == AuthenticationType)
    {
        return await RedirectSafelyAsync(returnUrl, returnUrlHash);
    }

    return SignOut(new AuthenticationProperties { RedirectUri = await GetRedirectUrlAsync(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
}

hi

I have tried specifying the return url in the logoutasync method within the account controller but that is ignored.

Can you share your logout method code?

Thanks.

: )

hi

We will release it asap.

Thanks.

Showing 251 to 260 of 10724 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 16, 2025, 10:35