-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Partner - Experience (Publishing, Reports, Account)
-
None
-
Severity 2 - Major
-
L
Issue Summary:
There was an issue encountered where the partner was trying to publish a new version which had Server and DC versions both. While making the app public, the UI throws an error that the obr file is missing some hero images while those are normally picked up from the last published versions.
Steps to Reproduce
- Publish a Server/DC version for an app.
- The error will come up saying can't publish the versions.
- Network logs shows that the hero image is missing.
Expected Results
The version should be published on the Marketplace.
Actual Results
The below exception is thrown in the xxxxxxx.log file:
{
"id": "CONSOLE_00004",
"message": "Missing image",
"path": "/_links/hero",
"__typename": "MarketplaceConsoleCreatePrivateAppVersionError"
}
Workaround
Removing server and publishing only DC versions would go through.