-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Partner - Experience (Publishing, Reports, Account)
-
None
-
Severity 2 - Major
-
Scale & Infra
Issue Summary:
App owners are blocked from uploading a patch version of their app to Marketplace. They also report that the page is broken when trying to make an existing private version public.
Steps to Reproduce
- Go to the app’s listing in Marketplace and attempt to upload a new patch version.
- Observe that the upload/version action fails
- Additionally, try to change an existing app version from Private to Public.
- Observe that the page breaks (likely frontend error / JS console error).
Expected Results
- Patch version upload should succeed without error.
- Changing an existing version from private to public should not break the page.
- Large build numbers should be handled safely and consistently between frontend and backend.
Actual Results
- Uploading the patch version fails.
- Page breaks when trying to make an existing version public (private → public).
- Customer is blocked from releasing the patch and subsequent planned release.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available