Applies to Product - Power Apps
What’s happening?
The solution deployment through pipelines is stuck at the deploying step, displaying the message "Currently deploying version..." despite the solution import in the target environment has either succeeded or failed.
Reason:
The maker portal reads the deployment status from the host environment, which is updated by the deployment orchestration service once a deployment succeeds or fails in the target environment. Occasionally, the service fails to write the deployment status back to the host environment, resulting in the status perpetually displaying as "deploying.".
Resolution:
The resolution is to delete the deployment stage run record.
- In the pipelines page in maker portal, go to "Run History", click on the row for the run that has the stuck in progress status to open the details panel, expand "More details" and expand "Support Info".
- Copy the "Deployment stage run ID" listed in the "Support Info" section in the details panel.
- Open the Deployment Pipeline Configuration App in the pipeline host environment.
- Go to "Run History" and open any record, in the URL, replace the id of the run history record with the guid that was obtained in the 2nd step. https://orgUrl/main.aspx?appid=appId&pagetype=entityrecord&etn=deploymentstagerun&id=[Deployment stage run ID from step 2]
- Delete the record.
