Activities of "liangshiwei"

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

Hi,

If an exception occurs in the remote service:

Old way The application won't start and you can't see the exception

New way The application will startup and you can see the exception.

It seems a problem, we will check it.

we would give you access to our github repo which also has the required docker environment required to run it.

Hi,

I didn't see any email for this.

Showing 1 to 10 of 2426 entries
Made with ❤️ on ABP v8.3.0-preview Updated on July 05, 2024, 15:13