Hello, suddenly I started to repeatedly get the following error whenever I try to run a “forge install” command -
“Error: Error performing sync with Connect: Something went wrong while trying to sync your app with Connect. Please contact Atlassian support.”
When “–verbose” flag is added I’m additionally seeing below output:
"Request ID: 80d86bae0f164a7c941d7dd97014f74c
Result: {
"appInstallationTask": {
"state": "FAILED",
"errors": [
{
"message": "Error performing sync with Connect: Something went wrong while trying to sync your app with Connect. Please contact Atlassian support.",
"extensions": {
"errorType": "CONNECT_PLUGIN_CONNECT_SYNC_ERROR",
"statusCode": 502
}
}
]
}
}"
The error doesn’t go away after time, and is completely blocking further development.
What could be the root cause please and how to overcome it?