Activities of "liangshiwei"

Hi,

I can't reproduce the problem using the project you shared..

My steps:

  • Run DbMigrator
  • Run Web
  • Stop web, set IsDynamicFeatureStoreEnabled to true and comment out TestFeatureDefinitionProvider
  • Run Web

Do you know what timeline/how much time it will take to fix this? Let me know if more information is needed.

The patch version is expected to be released next week.

For #1 I'm refering to demo\LeptonXDemoApp.MauiBlazor\wwwroot\css\app.css, which has ":root .lpx-theme-dim, :root .lpx-theme-dark" and ":root .lpx-theme-light" (the 4 URLs)

Because it is a local file, you can directly modify it, which is the simplest method.

Hi,

Could you share a test project with me? I will check it. thanks.

shiwei.liang@volosoft.com

Hi,

Yes, you are right, we will improve it.

The right way is to use Url.Content to calculate the path.

<style>
var logobgUrl = Url.Content($"~/LeptonX/images/login-pages/login-bg-img-{selectedStyle}.svg");

.lpx-login-bg {
    background-image: url('@logobgUrl') !important;
}
// ...
</style>

okay, i will check it

This is a new feature for setting up LeptonX layouts. but it's not finished.

This log level is not debug, I don't see any debug level information in the log

Could you try setting it to debug?

See https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

BWT, If possible, please also share a reproducible example project so I can investigate it in detail. thanks.

The log level is not debug and could you share the full logs? thanks.

My email is shiwei.liang@volosoft.com

Hi,

Change the EF Core log level to debug and share the logs, thanks.

Showing 71 to 80 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 October 30, 2025, 06:33