Activities of "Anjali_Musmade"

Hello gunpal5,

Please have look to this if it helps you https://support.abp.io/QA/Questions/5102/Error-Detail-not-sent-by-server-after-deploy-angular#answer-3a0b5b2b-5390-14d6-4398-f357f04a8388

do let me know if anything else needed

Thank you, Anjali

Hello gunpal5,

Please change https to http in your URL and also try to change this in environment.ts file at frontend

 requireHttps: false

and appsettings.json file at backend

"RequireHttpsMetadata": "false",

Check whether Authorization is working fine from swagger? Can you please confirm the URLs in database are modified to the deployed application URLs?

please do let me know if this found helpful

Thank you, Anjali

Thanks for your response

I will check and get back to you asap

Regards

Hello Sraman,

please have look to this https://community.abp.io/posts/integrating-the-syncfusion-mvc-components-to-the-abp-mvc-ui-0gpkr1if

please do let me know if found helpful

Thank you, Anjali

Hello ademaygun,

Thanks for your suggestions will look into it.

you may refer this https://support.abp.io/QA/Questions/2092/How-should-we-customize-exception-message-of-CheckNotNull--class-for-specific-cases to customize exception messages.

Please do let me know if found helpful

Thank you, Anjali

Hello hussein,

here is the code for Details razor page, try with this ->

Please do let me know if it helps you

Thank you, Anjali

Hello smansuri Please check below link for Captcha site key https://support.abp.io/QA/Questions/489/How-to-enable-reCaptcha-in-ABP

I have added site key and whenever I am trying to fetch that with this.config.getSetting("Abp.Account.Captcha.SiteKey") I am getting this key only on logout screen as well

Hello smansuri,

please have look to this https://support.abp.io/QA/Questions/4652/The-attribute-setState-does-not-exist-on-the-type-ConfigStateService

please try this code

import { ApplicationConfigurationRequestOptions, } from '@abp/ng.core';

const param: ApplicationConfigurationRequestOptions = {
      includeLocalizationResources: false // ApplicationConfigurationRequestOptions is having only this flag which we can set true or false
}; // this is parameter which we are passing in get method

this.abpApplicationConfigurationService.get(param).subscribe(config => {
      this.config.setState(config);
})

please do let me know if find helpful for you or anything else needed

Thank you, Anjali

Hello hussein,

I have tried to reproduce the issue as mentioned by you, but for version 7.4.0-rc.3 after publishing to IIS I am able to see the modal page for editing user or role permissions or personal data (all related to identity) and also new Details tab

Actually the link shared by you for downloading sample source code having solutions with 7.0.0 version.

Instead of that I have used these commands

dotnet tool update --global Volo.Abp.Cli --version 7.4.0-rc.2
abp new Acme.BookStore --preview

Please try this and do let me know if this find helpful for you

Thank you, Anjali

Hello aqudah81,

have you checked this https://support.abp.io/QA/Questions/5513/Project-Not-Working-After-Updating-ABP-Version https://support.abp.io/QA/Questions/5705/How-to-upgrade-modules-with-replaced-source-code

Also have look to these migration links 6.0 to 7.0 7.1 to 7.2 7.3 please do let me know if this helps you or anything else needed

Thank you, Anjali

Showing 1071 to 1080 of 1341 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 04, 2025, 08:36