Activities of "Anjali_Musmade"

Hi,

if helm deploy is not working for installing NGINX Ingress controller then you run below command for installing NGINX kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml kubectl get pods --namespace ingress-nginx kubectl get service ingress-nginx-controller –namespace ingress-nginx Browse to that External-IP, you should be directed to 404 Not Found page

Hello,

You should change helm values accordingly like URL's, Connection strings... Are you getting any error while deploying application into AKS ? or Are you getting any error at pod level

Hello,

please check https://docs.abp.io/en/commercial/latest/startup-templates/microservice/helm-deployment

You can also check the Azure deployment scripts and values for eShopOnAbp sample https://github.com/abpframework/eShopOnAbp/tree/main/etc/k8s

regards,

Answer

Hi,

You can use GetProperty & SetProperty Extension Methods for getting or setting the extra property value, this is what you expect, right? Correct me if I miss understood you.

Answer

Hi,

Please check https://docs.abp.io/en/abp/latest/Entity-Framework-Core#extra-properties-object-extension-manager and https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities

Also have look to this https://docs.abp.io/en/abp/latest/Module-Entity-Extensions

regards,

Answer

Hi,

Have you check this doc https://docs.abp.io/en/abp/latest/Object-Extensions?

Hello,

Please check the similar issue https://support.abp.io/QA/Questions/5441/IDX10205-Issuer-validation-failed

Hello,

please check the similar issue https://support.abp.io/QA/Questions/1116#answer-a0e265a4-e87f-b440-d267-39fb98c978c9

thanks

Hello,

I have just followed the link https://docs.abp.io/en/commercial/latest/ui/angular/manage-profile-page-tabs

  1. Created a class manage-profile-tabs.provider.ts and copy the code provided in link and update it like this

  1. Add MANAGE_PROFILE_TAB_PROVIDER to app.module.ts like this

it works for me.

Hello,

When we update application from previous version to new one, we need to follow migration guides

Please check https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_4

Thanks

Showing 621 to 630 of 1201 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54