Unable to install Forge app on dev site

Currently I have a forge production application that is installed on one Atlassian tenant for JSM, however on my dev tenant I am unable to install the application from any environment. Previously I was able to install the application on both instances.

I can successfully deploy the application to the development environment but when using the forge cli to install it, I get the following error:

Result: {
  "appInstallationTask": {
    "state": "FAILED",
    "errors": [
      {
        "message": "An unexpected error occurred",
        "extensions": {
          "errorType": "INTERNAL_SERVER_ERROR"
        }
      }
    ]
  }
}

I have also tried to install the application with the sharing link that is generated in the developer console and no dice.

Thanks

Hi @DPeterson, welcome to the community. Would you mind submitting a bug here and provide the full output from CLI with the --verbose option?

Hi @nmansilla, I have submitted a bug with the provided link. Thanks!