Starts in:
0 DAY
12 HRS
53 MIN
58 SEC
Starts in:
0 D
12 H
53 M
58 S

Activities of "Anjali_Musmade"

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,

Hello,

In my example I have added component 'cart' , I have added below code in app.routing.module.ts

and when I route to the url localhost:4200/cart it renders like this along with side menu

Thanks,

Hello,

Oh ok is that the case, let me check again.

Thanks

Showing 91 to 100 of 1209 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06