Activities of "liangshiwei"

Hi,

Please add a new migration file and apply database migration.

  • https://docs.abp.io/en/commercial/latest/migration-guides/index
  • https://docs.abp.io/en/abp/latest/Migration-Guides/Index

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.

Showing 3481 to 3490 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.