Activities of "liangshiwei"

Hi,

You should add DevicesApplicationContractsModule as dependency references in the <YourProject>ApplicationContractsModule.cs. Because WebProject just an UI Intreface, it calls HttpApi.Host project.

I created an internal issue for this, will be available in the next version.

In which project do you define permissions?

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.

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.

Showing 5881 to 5890 of 5944 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11