Activities of "liangshiwei"

Answer

asd

Answer

asd

The emailing password is not set on startup or database seeding.

See:https://docs.abp.io/en/abp/latest/Settings#setting-value-providers

appsettings.json is just used for ConfigurationSettingValueProvider, it will not store in the database.

You can use the data seeding system to create a DataSeedContributor to save the settings to database:

https://docs.abp.io/en/abp/latest/Data-Seeding#idataseedcontributor

Fixed: https://github.com/abpframework/abp/pull/15858

No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org 1

When you create a new project, you can see the NuGet.Config file and it includes ABP Commercial source , you can copycat to the project.

Thanks, we will consider this.

The password is empty because you are using the different DefaultPassPhrase for two projects.

They are should be the same, Otherwise, the password cannot be decrypted

Hi,

They have actually two distributed projects and used the same database, it should be ok.

But they use different Redis cache keys, which will cause the two projects to be cached inconsistently. (settings also use cache)

Hi,

We will revert this change and try to find a better way.

Yes, it is

Showing 1 to 10 of 2428 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13