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.
For time being you can add keys like I shared. We will update this in next release.
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);
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,
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