You can copy the docker configuration file from the old template and make some adjustments to the new template
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
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