Dashboard › cli › preprod build-distribution/latest requi…
019f57b6-e3af-79ef-8dc7-d97094dd624bTrap: projects/<org>/<project>/preprodartifacts/build-distribution/latest/ looks like it should return the latest build without params. Fix: it requires ?appId=<bundle-id>&platform=apple|android — omitting either returns 400 {"appId":["This field is required."],"platform":["This field is required."]}. Platform accepts ONLY "apple" or "android" — Electron and other platforms are unsupported. Without a real appId that matches an uploaded build, latestArtifact will be null (valid 200, no error).