Activities of "liangshiwei"

Here is the logic, authentication must be available, The user's email or mobile phone number needs to be verified.

Because it's Optional for users, users can choose to enable or not enable,

you can change it to forced

You can copy the docker configuration file from the old template and make some adjustments to the new template

Answer

Hi,

ABP uses global auto mode, you can specify the rendering mode in the component page without problem.

Seems like it related to the circular dependency, you can check this

  • https://stackoverflow.com/questions/59665922/referenceerror-cannot-access-service-before-initialization
  • https://github.com/webpack/webpack/issues/12724

Hi,

We will remove it starting from the Leptonx theme 4.1.0 version.

You can try:

Add a patch.js to wwwroot

leptonx.init.push("initPerfectScrollbar", function(){
    console.log("Remove PerfectScrollbar method");
})

Add js file to the bundle

Configure<AbpBundlingOptions>(options =>
{
    
    options.ScriptBundles.Configure(
        LeptonXThemeBundles.Scripts.Global,
        bundle =>
        {
            bundle.AddFiles("/patch.js");
        }
    );
});

Also is there a reason I will get this error?

You can ignore it, it is defined in the layout page

Hi,

It's may a problem. we are checking.

I can temporarily share it with you via email. Please tell me which version of the source code you need.

: )

Hi,

What is your license type? if you are the team license, It does not include source code

Showing 391 to 400 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