Forge deploy problem

Hi Community!

It is just me or forge deploy is not working? It gets stuck after

Running forge lint...
No issues found.

I have also noticed that the calls to the Jira APIs return timeout or take a long time to respond

Now it get stuck at Uploading app

Step by step…

Anyone?

Welcome to the Atlassian developer community @TecnoforProducts,

I just cloned and deployed one of the example Forge apps without a problem. When you have a problem, could you please append the --verbose parameter to the forge command? In this case, can you let us know more details from forge deploy --verbose?

cc: @AlejandroSurezTecnof

1 Like

Hi @ibuchanan thank you for your response.

The farthest I’ve gone with deploy is Deploying to environment and this is the last graphql call it makes before it hangs up. There was no errors on the previous calls.

ℹ Deploying to environment
  ▶️  GraphQL https://api.atlassian.com/graphql
Query: 
        query forge_cli_getApplicationDeploymentStatus($appId: ID!, $environmentKey: String!, $id: ID!) {
          appDeployment(appId: $appId, environmentKey: $environmentKey, id: $id) {
            status
            errorDetails {
              code
              message
              fields
            }
            stages {
              description
              events {
                __typename
                stepName
                createdAt
                ...on AppDeploymentLogEvent {
                  message
                  level
                }
                ...on AppDeploymentSnapshotLogEvent {
                  message
                  level
                }
                ... on AppDeploymentTransitionEvent {
                  newStatus
                }
              }
            }
          }
        }
      
Variables: {
  "appId": "<obfuscated>",
  "environmentKey": "default",
  "id": "51"
}

@AlejandroSurezTecnof,

I still can’t reproduce your problem. Also, I’m not aware of any system-wide incidents either that could affect this. As such, I think the best path for you is to open a developer support ticket so that we can get support engineers who can look more closely at your specifics, which might include private/secret information.

1 Like

@ibuchanan Thank you very much :slight_smile: . I will do that