Hi Team need url to get JWT token to access api in the project from portman.
Thanks
need full steps to set client secret key and how to use in postman to get token.
I want to get api token based on client secrete key and gives error "Invalid_Client" when we set require client secret in abp commercial settings.hope now you understand. give us the steps to use client secret as required and how to get the token with client secret key in postman.
Can I convert WASM project to ABP Blazor Server using any cli or smothing other means. do we have any document for doing manaualy if ABP not support conversion.
Hi Team,
CurrentUser.Roles.Length we are getting on local system but not after deployed on azure server. kindly help us on this.
Thanks
Hi Team
Change password functionality not working with Sub Folder structure on server after deployment and below mentioned details could be the possibility . request send to : https://xyz.com/api/identity/my-profile/change-password request should send to : https://xyz.com/SubFolderName/api/identity/my-profile/change-password can you pls guide us how to achieve this.
Getting below error while click on change password button.
Thanks
how to **hard delete ** the record instead of soft delete more over how to delete record permenently in db by given range
I need to run the insert script with lakhs of data after deployment am not able to do manually because prod server we have no access so need to execute the script programatically its possible in ABP ? or for DB migration execute with both schema and data for particular table alone ?
Note : I have 1.5 lakhs of data in single table.
ABP Framework version: 5.3.2
UI type:Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Not able to add the new column in ABP suite and not able to the Navigation Property also
*Hi Abp Team, We Are Coming across Some issue regarding page Load Time We found On our intial Load two times the global.Js and Css been Loaded We had used abp bundle in our project
HI, I am using ABP5.3 Blazor server app and I have language filter in the application for the user to select and I need the selected language to filter the dropdown based on the selected language I have some custom tables/code that needs list based on language filter. How do I get that in code to filter?