Activities of "liangshiwei"

Hi,

Abp supports Blazor full stack in 8.2 https://github.com/abpframework/abp/pull/18876

If we go to redis and edit features' values manually then we able to see the hidden modules .

No, it's not a bug. you should use a remote Redis server instead of a local.

If everything is installed locally on the client, even without Redis, the customers can change the database directly, right?

This is by design, if the lock is not acquired, it returns immediately

You can consider specifying a waiting time, or issuing a compensation event See: https://github.com/madelson/DistributedLock?tab=readme-ov-file#tryacquire

  • https://docs.abp.io/en/abp/latest/Distributed-Locking#using-the-iabpdistributedlock-service

Answer

Hi,

I can confirm this issue, I'm not sure why the leptonx theme team didn't add Progress component to the layout, I will ask them. your ticket was refunded.

You can try adding the following code to the Wasm Module class:

Configure<AbpLayoutHookOptions>(options =>
{
    options.Add(LayoutHooks.Body.Last, typeof(UiPageProgress), StandardLayouts.Application);
});

Hi,

It's not possible, even if there are multiple Incognito tabs, they still share the same cookie and session

It's all about the browser, not ABP. You might consider using a different browser to log into a different tenant

Hi,

This is the certificate used for encryption internally by openiddict, unlike HTTPS. it's necessary

  • https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html
  • https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict#production-environment

Hi,

Probably because other modules are using the package reference.

I don’t recommend that you customize it through source code, it may make it difficult for you to upgrade in the future.

Could you describe your use case and I will try to help you

Provide custom registration model, use Register.cshtml from commercial source (with @model change)

Could you share your code?

Hi,

Your approach is correct, it will have no effect when upgrading to a new version.

Actually in version 8.2, we added app.razor to the application template instead of the theme

Hi,

I will check it.https://github.com/abpframework/abp/issues/19030

Showing 2481 to 2490 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.