Activities of "liangshiwei"

Hi ,

You need to find all app.UseAbpRequestLocalization (); and move above app.UseAuthentication ();. This is a problem with the template, we will fix it in the next version.

Hi , Abp create integration package for PostgreSQL database provider. See the document.

Hi @terrycullen,

Try to add to the module OnApplicationInitialization method :

See https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement#how-to-replace-a-layout. You should replace AccountLayoutComponent.

Are you using razor page or angular UI?

Hi I find the problem, In a production environment you should use a trusted https certificate. Check your .Api.Host logs, you can see the Unable to obtain configuration from: xxx error message.

If your don't have any https certificate, you can use the development certificate provided by ASP.NET Core in IIS :

Open your browser and navigate to https://localhost :

Now, it's works fine.

currently can't to get the setting definition without dependency. But you can directly inject ISettingRepository in your service.

Hi

I see your debug project is .IdentityServer project, Did you call the DDC.Core module in this project?

If so, your need add BackendServiceApplicationContractsModule to this project module class dependencies, because SettingDefinitionManager get SettingDefinition from Dependency injection container.

Hi @ hiltond,

Try using tiered template.

Hi @thanhvl1@fsoft.com.vn,

Can you provide complete steps to reproduce the problem?

Zobrazeno od 4681 do 4690 z celkem 4735 záznamů
Made with ❤️ on ABP v8.2.0-preview Updated on března 25, 2024, 15:11