Activities of "Anjali_Musmade"

Hello,

Check for the package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton in your application and change it to Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX along with the appropriate version as per the ABP version. And then build and run the application.

Thanks,

Hello,

oh is that the case, sorry it's my bad. I will check again and get back to you asap.

Thanks

Hello ,

Please check this https://github.com/abpframework/abp/issues/9828

Thank you.

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.

Showing 61 to 70 of 1184 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11