Activities of "liangshiwei"

Hi,

You can write a middleware to intercept the request and redirect to the Index page

For example:

app.Use(async (context, next) =>
{
    if(context.Request.Path.ToString().Contains("account/manage", StringComparison.InvariantCultureIgnoreCase))
    {
        context.Response.Redirect(".....");
        return;
    }
   
    await next.Invoke();
});

I can't access this link correctly.

I can't reproduce the problem. could you share a new project that can reproduce the problem with me, I can check it. shiwei.liang@volosoft.com

Or you can share a new project that can reproduce the problem with me, I can check it. shiwei.liang@volosoft.com

Hi,

Could you share the full steps to reproduce the problem? I will check it.

BTW, What version of ABP CLI are you using?

Hi,

Could you dotnet clean and dotnet build /graphBuild command?

Hi,

There is no team members text in the ABP module, this looks like your own code

Hi,

You can change localized text values ​​through the localization management module

I refunded your ticket.

Hi,

You can create an issue in Blazorise https://github.com/Megabit/Blazorise/issues/new/choose

Showing 3481 to 3490 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 16, 2025, 10:35