microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
221 stars 68 forks source link

Not able to import the power platform solution using GitHub-actions CI-CD #518

Open ketan-mehra2910 opened 9 months ago

ketan-mehra2910 commented 9 months ago

I am facing this error while importing the solution through github actions pipelines:

pls help me to resolve the same

An error occurred while receiving the HTTP response to https://xxxx.crm16.dynamics.com/XRMServices/2011/Organization.svc/web?SDKClientVersion=9.2.49.4384. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.

harshil4076 commented 6 months ago

I got the same error at 5 minutes mark. After adding the run-asynchronously: true the action runs for longer time. I think there is some sort of time out that is triggering this. Not on the actions or CLI but from the environment server itself.