Activities of "maliming"

hi

Have you selected the Force password change when updating the username?

If you do not select it, and you want to force the user to change their password after their username has changed.

You can override the UpdateUserByInput method of IdentityUserAppService to call user.SetShouldChangePasswordOnNextLogin(true); if the username has changed.

Thanks

hi

What is your project abp package version?

Can you test the same case in a new and latest project?

Can you set a breakpoint to your IDistributedEventHandler<TenantCreatedEto> handler in your project?

Check the parameters of MigrateAndSeedForTenantAsync to see adminEmail

Thanks.

hi

The Account layout is Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX/Themes/LeptonX/Layouts/Account/Default.cshtml

hi

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

hi

The error is :

The introspection request was rejected because the access token was issued to a different client or for another resource server.

The localhost:44362 website sign in again. Then the localhost:44334 uses the wrong token.

This is because these websites all use localhost.

You can try opening these websites in Chrome and Chrome Incognito, or in a different browser.


Everything will work after they use different domain names.

Thanks.

hi

Can you share the debug logs of https://localhost:44338/ website?

var loggerConfiguration = new LoggerConfiguration()
    .MinimumLevel.Debug()
    .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
    .Enrich.FromLogContext()
    .WriteTo.Async(c => c.File("Logs/logs.txt"))

Thanks.

hi

Can you share your test project?

liming.ma@volosoft.com

Thanks.

我们没有太多的经验, 你的http://localhost:44348 网址是否存在这些css文件?

它通常需要abp install-libs命令还原

你可以检查下nginx的日志

error_log logs/error.log;
access_log logs/access.log;

hi

You can try to add a blazor-global-styles.js js file with code below and register to bundle system:

if (!localStorage.getItem("lpx:containerWidth"))
{

    localStorage.setItem("lpx:containerWidth", "boxed");
}

options.ScriptBundles.Configure(BlazorLeptonXThemeBundles.Scripts.Global, bundle => 
{
      bundle.AddFiles("/blazor-global-styles.js");
});

Thanks.

hi

You can check the Blazorise version from https://www.nuget.org/packages/Volo.Abp.BlazoriseUI#dependencies-body-tab later.

Thanks.

Showing 1241 to 1250 of 12044 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.3.0-preview. Updated on February 27, 2026, 05:41
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.