Activities of "maliming"

hi raif

Can I check this remotely? liming.ma@volosoft.com

hi

We will check. Thanks.

edit package.json, replace existing lepton theme with "@volo/abp.aspnetcore.mvc.ui.theme.commercial": "~4.2.1"

Why do you do this? they dependencies is different, which will cause the problems you mentioned above.

https://www.npmjs.com/package/@volo/abp.aspnetcore.mvc.ui.theme.lepton https://www.npmjs.com/package/@volo/abp.aspnetcore.mvc.ui.theme.commercial

clear wwwroot folder

by the way, You only need remove the libs folder of wwwroot

hi

Can you share the full code to reproduce this problem?

hi

Can you try to logout first?

abp logout

Then try to login with organization.

abp login yourname -o OutdoorEd

hi

We have no plans to implement this

You should get the source code of the identity module to add this feature.

hi

In fact, you can ignore this problem, because IDataSeedContributor will determine whether the data exists before the seed data.

If you don't use redis, the caches of multiple projects will be inconsistent and cause problems.

why redis is mandatory for tiered project?

Applications are using caching, such as caching query results, settings, permissions, etc., so we need to cache, especially tiered project.

hi @jtallon

You can override the HeaderBrandViewComponent to change the href.

Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Components\Header\Brand\HeaderBrandViewComponent.cs

@using Volo.Abp.Ui.Branding
@inject IBrandingProvider BrandingProvider
<a class="navbar-brand" href="~/" alt="@BrandingProvider.AppName"></a>
Showing 10231 to 10240 of 10645 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