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
.
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.