Activities of "liangshiwei"

The Inventory should get the tenant from the gateway.

make you your gateway service works fine.

Answer

Hi,

Please try use organization owner account to login

Answer

HI,

You should able to download ebook from https://abp.io/my-organizations

Unable to load tenant

Remote AbpTenantManagementEntityFrameworkCoreModule from your project

It throws the above error when registering through the app running on AKS with the same databases on our test server.

Can you see the setting value in the database table?

If so, I guess a different database might be used, you can try to output the log to check.

Logger.LogInformation("connection string is:" + ....)

HI,

I can't reproduce the problem, cloud you share a test project with me? my email is shiwei.liang@volosoft.com

Hi,

Yes, you can download it from here: https://abp.io/docs/latest/ui-themes/lepton-x#source-code

Hi,

I can't reproduce the problem. (my version is 9.0.2, you can try upgrade to the latest version.)

ObjectExtensionManager.Instance.Modules().ConfigureIdentity(identity =>
{
    identity.ConfigureRole(role =>
    {
        role.AddOrUpdateProperty<bool>(
            "IsGLobal",
            options =>
            {
                options.Attributes.Add(new RequiredAttribute());
                options.DefaultValue = false;
            });
    });
});

Hi,

We will fix it immediately. your ticket was refunded.

You can use this temporary solution:

public class TestAppSettingDefinitionProvider : SettingDefinitionProvider
{
    public override void Define(ISettingDefinitionContext context)
    {
        var secret = context.GetOrNull(IdentityProSettingNames.OAuthLogin.ClientSecret);
        secret.IsVisibleToClients = false;
    }
}

@berly

HI,

I can't reproduce the problem. my ABP studio version is 0.9.17

Showing 361 to 370 of 6692 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