hi
that localization issues resolved. But, for the application libs bootstrap4 updated to bootstrap5. I have added the settings components "AAD Configuration" and "Company Logo" so i am getting these issues and ui view for the user info image from top right to left it is coming and have this type of similar issue in the ui. can you please help me out based on the reference screen i attached.
Hi maliming,
In my updated project, i am using volo.LeptonTheme a.d i updated my package.json file.
package.json :
{
"version": "1.0.0",
"name": "my-app",
"private": true,
"dependencies": {
"@volo/abp.aspnetcore.mvc.ui.theme.lepton": "~9.1.3",
"@volo/saas": "~9.1.3",
"@volo/audit-logging": "~9.1.3",
"@volo/identity": "~9.1.3",
"@volo/account": "~9.1.3"
},
"resolutions": {
"jquery": "^3.7.1",
"bootstrap": "^5.3.7"
}
}
now i am getting the data but getting this pagination(Localization) issues and some page loading issues:

please find the HAR file which is attached. https://ensuritytech-my.sharepoint.com/:u:/g/personal/vishnuvardhan_u_ensurity_com/Ec5ML4PoiFZOjtXcfld1uqEBX0Zo7N3IYdNYGuNUD7iQng?e=ymAbYY
Thanks.
I didn't understand by seeing that guide i need more clarification why it will come and what ar the things that i need to chang in the source code and project code
I don't want to update the ABP version to 8.0.0; I only want to target my project to .NET 8. It is currently using .NET 6 with abp version 4.4.2. i have tried to run in release mode still i didnt find any clue.
Hi,
package.json: { "version": "1.0.0", "name": "my-app", "private": true, "dependencies": { "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~2.0.0", "@volo/saas": "~7.0.0", "@volo/audit-logging": "~7.0.0", "@volo/identity": "~7.0.0", "@volo/account": "~7.0.0", "@volo/language-management": "~7.0.0", "@abp/aspnetcore.mvc.ui.theme.basic": "^7.0.0", "@abp/docs": "^7.0.0" } }
Hi,
i have tried this, still getting the same issue, i have checked the actions button in inspect and it is showing disabled="disabled"
Hi,
I have tried that sample but, it is in Asp.Net Zero so i didn't understand properly. Could you provide the steps that how to implement.
Hi, I have deployed the application at a client location. So i wont think i can update the ABP version right now.
All i need is, user should not login to multiple sessions at a any point of time. Can you help me, how can i achieve it without version upgrade.