Activities of "Anjali_Musmade"

yes sure.

Thanks

Hi, we removed project creation from ABP Suite UI. It's recommended to create your projects from ABP Studio and generate code pages with ABP Suite, which is already integrated into the ABP Studio application. Therefore, this gives you the ability to do everything from a single application.

Thanks

Hello ,

Can you please check the similar issue https://abp.io/support/questions/8010/OTP-based-login-Implementation-Passwordless-login-implementation-guider

Thank you.

Hello ,

In your scenario, the endpoint /api/app/books/{id} requires an id, meaning the id is mandatory. If you don't provide an id, an error will be shown.

However, you want to pass the id without showing it in the path, and still retrive the record whether or not the id is provided. To achieve this, you should use the endpoint /api/app/books and pass the id as a filter parameter. This way, it will work correctly and show the record regardless of whether the id is passed or not.

e.g :-

Thank you.

Hello,

Yes sure we will work on it and try to improve in future. Actually this seems in very rare cases. You may close the ticket if your issue is resolved.

Thanks : ),

Hello,

Can you please try IsDynamicClaimsEnabled = false

context.Services.Configure<AbpClaimsPrincipalFactoryOptions>(options =>
{
    options.IsDynamicClaimsEnabled = false;
});

Thank you.

Hi again,

I have added more nested routes like

and they still works fine

don't getting what gets wrong at your end.

Hello,

It's strange but the same thing works at my end. I have added the code

It works fine

Thanks,

Hello,

Thanks for your findings I will close the issue and will refund your ticket.

:)

Hello,

This issue is already resolved. You may check here https://abp.io/docs/commercial/latest/abp-framework-vs-abp-commercial Impersonation feature is provided for Pro modules only

Thanks,

Showing 61 to 70 of 1181 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35