Forge deploy failing with unknown error every time

I’m trying to follow the getting started video to get Forge set up and start learning how to use it. Followed it exactly so far but every time I try to run forge deploy it fails with an unknown error and I can’t even get to the point where I should be running forge install, so I’ve hit a dead end. Can anyone help me get past this? This is the error I get with the stack trace when running with –verbose, in case it’s of any help:

Same for me. Could not redeploy apps which deployed fine yesterday.

Also previously deployed Forge apps stopped working (gadgets, webtriggers, everything).

All webtriggers hang for a minute, then return 424 error.

Seems there is some problem on Atlassian side, though they don’t confirm it on their status page.

{“__typename”: “AppDeploymentLogEvent”,
“stepName”: “Save environment variables snapshot”,
“createdAt”: “2025-09-02T15:52:35.713Z”,
“message”: “Deployment failed with unknown error”,
“level”: “ERROR”
},
{
“__typename”: “AppDeploymentTransitionEvent”,
“stepName”: “Save environment variables snapshot”,
“createdAt”: “2025-09-02T15:52:35.715Z”,
“newStatus”: “FAILED”
}

same for me as well, consistently failing on env variables snapshot step, regardless of app or environment

Thanks for the replies. Seems to be working now. I guess I was just unlucky with my timing. Quite frustrating when it’s the first time you’ve touched the thing and you just assume you’ve done something wrong, though