Activities of "Anjali_Musmade"

https://support.abp.io/QA/Questions/6043/Not-able-to-download-the-source-code-of-the-LeptonX-Pro-theme%27s-source-code Can you please refer this Or you can follow this document for customizing layout.

Answer

For time being you can add keys like I shared. We will update this in next release.

I have tried at my end and api is calling only once.

Hi lan.dang,

Can you please share the error log with debug info.

Thanks

Hello fernando.guilherme Can you please try to add new grid with the help of abp suite and check how it is calling an api on front end and same you can follow with abp-modal like

const getData = (query: ABP.PageQueryParams) =>
  this.service.getList({
    ...query,
    ...this.filters,
    filterText: query.filter,
});
const setData = (list: PagedResultDto<BookDto>) => (this.data = list);
this.list.hookToQuery(getData).subscribe(setData);
Answer

Hi, Have you created authserver.pfx file and placed it in Web Package ? Have you set Load User Profile to true in IIS Once check whether, IISUSER has read and write permissions to the publish folder (Try giving Full Control) Once check this link - https://support.abp.io/QA/Questions/4845/How-to-install-app-on-IIS-having-issues-with-Cryptography

Thanks

Hello,

You can check this https://docs.abp.io/en/commercial/latest/modules/account?_ga=2.89445403.1832138394.1699417163-135504566.1662372121#social-external-logins

Thanks,

Answer

Hi,

please check https://support.abp.io/QA/Questions/848/Unable-to-connect-to-redis-serverS

thanks,

Hello Mgandhi,

This page is an example ; It is not implemented in lepton x angular yet. If you want you can customize it at your own.

Thanks,

Hello,

can you please try to add this css in style.scss

abp-toast, .abp-toast, .abp-toast-container  {
  width: 100% !important
}

or check here https://x.leptontheme.com/top-menu/libraries/toastr and customize as per your requirement

Thanks, Anjali

Showing 831 to 840 of 1341 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30