We typically divide the system into a backend and a public site, and use prefixes like AbpDistributedCacheOptions options.KeyPrefix = "MySitePublic:" to distinguish between different caches.
However, we’ve designed some FeatureDefinition configurations and use the SaaS feature system to manage tenant-specific functionality. The issue is that the public site’s cache doesn’t update immediately when these features change.
Are there any effective mechanisms to handle this problem—not just for Feature caching, but also for broader cache synchronization?
Yes, in earlier versions, the downloaded project included other source code I needed. However, in the latest version of the Angular project I downloaded, those source files are missing.
abp get-source Volo.Abp.LeptonXTheme Cannot find the related source code
import { LeptonXAbpCoreModule } from '@volo/abp.ng.lepton-x.core'; import { LpxModule, LpxOptions } from '@volosoft/ngx-lepton-x';
I want to get source @volosoft/ngx-lepton-x and @volo/ngx-lepton-x.core
After uploading an image, if the user later removes this image data, the blog or page will end up with many unused images. How do you handle this issue?
I’m very sorry—I thought it was a serious issue, so I submitted the report immediately. However, our developer later explained that they manually modified the database user data, which caused the problem. We’ve now confirmed that it was due to human error and a data-related issue. I sincerely apologize for this.
Version: ABP 9.2.0, using Angular UI and AuthServer.
What could be causing this problem?
Do you have any solutions at the moment?
Hello
Can you write above issue in English
Thank you.
No problem, I have already changed it to English.
If we move the generated files to another folder, we will lose the ability to use ABP Suite to add fields or make adjustments. This happens because we want to categorize folders using namespaces, for example, Abc/CMS/Pages/Page.cs. However, when generated by ABP Suite, it only creates the first-level folder Pages/Page.cs. After moving the folder, we lose the functionality of the CRUD Page Generator.