Activities of "liangshiwei"

Hi,

If the phone number not confirmed when you login, you cannot login.

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.

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.

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