Forge customUI app deployment

Hello,

I am developping a customUI and recently (today in fact), the deployment failed at the last step (i Deploying to environment). I have rerun the deployment with the --verbose option and what I have seen is that these steps repeat itself until it fails with unknown error :

{
            "__typename": "AppDeploymentLogEvent",
            "stepName": "Release Lambda functions",
            "createdAt": "2024-07-11T15:18:48.868Z",
            "message": "[ap-southeast-1] Updated function \"resolver\" code",
            "level": "INFO"
          },
          {
            "__typename": "AppDeploymentLogEvent",
            "stepName": "Release Lambda functions",
            "createdAt": "2024-07-11T15:18:48.868Z",
            "message": "[ap-southeast-1] Waiting for function \"resolver\" to be active",        
            "level": "INFO"
          }

I do not know if these logs have anything to do with the failure. But as the reason is unclear (unknown reason :slight_smile: ), I figure I will add them here.

What do you need to investigate further ?

Regards,

There was an outage that impacted the ability to deploy Forge apps. Some information is available on our status page: https://developer.status.atlassian.com/

The incident is now resolved

2 Likes

Thanks a lot for the update! It wasn’t reported yet on the health page when I looked. I will be more patient next time before raising an issue/creating a topic :innocent:!

Cheers!