When creatinng new appp under my partner account, the “Next: make public” button fails wiith unknown error - see below.
I cannot see any problem with the setup of the application of the partner account, everything seems to be filled, thee is no warning anywhhere, that somethinng is missing. Since the error does not provide any information for me, I am trying this community forum, since I cannot raise a bug report (no paid support license).
The error:
POST https://marketplace.atlassian.com/gateway/api/graphql
RES payload:
{
“data”: {
“marketplaceConsole”: {
“createPrivateAppWithVersion”: {
“__typename”: “MarketplaceConsoleDomainErrorResponse”,
“errors”: [
{
“id”: “6f7eab34-9038-4037-bee3-35165268d732”,
“status”: “500”,
“code”: “UNEXPECTED_ERROR”,
“title”: “Unexpected error occurred”,
“message”: “Unexpected error occurred”,
“path”: null,
“domain”: “AppSoftwareService”,
“url”: “``http://marketplace-athreos.mesh:20030/marketplace/app-software/v3/app-software”``,
“genericMessage”: “An unexpected error occurred. Please try again later.”,
“__typename”: “MarketplaceConsoleDomainError”
}
]
},
“__typename”: “MarketplaceConsoleMutationApi”
}
}
}