This is right.
Hi BennieMok,
See https://github.com/abpframework/abp/pull/2867. You can change HttpApi.Client
project target to netstandard2.0.
Hi @talhazengin
It would be better to put UseAbpRequestLocalization
just after the UseMultiTenancy
. Because AbpRequestLocalizationMiddleware gets the language of the current user or current tenant.
Can you explain this problem in detail?
Objects are passed by reference, you can get the id from the user object after the unit of work is saved.
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.
See https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement#how-to-replace-a-layout. You should replace AccountLayoutComponent
.