Activities of "liangshiwei"

Hi,

we remove ConcurrencyStamp from IdentitySession. I will refund your ticket.

https://github.com/abpframework/abp/pull/21034

You need to run all projects, and they will migrate data during the start of the process.

Hi,

See https://abp.io/docs/latest/modules/cms-kit-pro/faq#options

In addition, codemirror script is missing from wwwroot/libs. Pages in CMS Kit Pro cannot be edited without CodeMirror.css and .js files. I Retrieved the files from codemirror.net

I could not reproduce the problem, you can try run abp install-libs to restore packages.

Hi,

I can reproduce the problem, you can remove remoteEnv from environment.prod.ts to solve the problem.

we will fix the problem in the next patch version and refund your ticket.

Hi,

Could you please share a minimal reproducible project with me? I will check it. shiwei.liang@volosoft.com

Could you share the full logs?

Hi,

You can add a role named PublicUser and check it in the middleware.

For example

admin project

app.UseAuthentication();
.......

app.Use(async (httpContext, next) =>
{
    var currentUser = httpContext.RequestServices.GetRequiredService<ICurrentUser>();
    if (currentUser.IsInRole("PublicUser"))
    {
        //redirect ...
        return;
    }
    await next();
});

Hi,

I think this is a new question, could you please create a new ticket? thanks.

Hi,

I think you can set the environment value in this way. Read from your config and set to environment https://abp.io/docs/latest/framework/ui/angular/environment#how-to-set-the-environment

Hi,

Can you share the suite logs

Showing 921 to 930 of 6693 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.