Activities of "Anjali_Musmade"

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

Hi

it is because of the custom code written here index.cshtml.cs

if this code is remove then user is able to login

Hello icoretchi,

you can check this Demo Solution

regards, Anjali

Hello icoretchi,

I have added this code

and it works at my end as I have used this d-flex class which is coming from global css. If it is not present at your end you can add it to css.

.d-flex {
    display: flex!important;
}

Please check once and let me know if it helps you

Thank you, Anjali

Answer

Hi

To access projecta resource you need to request for project a scopes from project b blazor server module add below scopes options.Scope.Add("Projecta"); in blazorb module

in projecta OpenIddictDataSeedContributor

i was able to access projecta api with projectb accesstoken

Showing 821 to 830 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30