Dashboardclipreprod build-distribution/latest requi…

preprod build-distribution/latest requires appId + platform query params

Category: gotcha
Confidence: 1.00
ID: 019f57b6-e3af-79ef-8dc7-d97094dd624b
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 0
Source session: (none)
Created: 2026-07-30 18:58:47
Updated: 2026-07-30 18:58:47

Content

Trap: 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).

Move to: