You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deploy): use create-first AppBundle flow instead of fragile GET probe
The GET existence check returned HTTP 400 (not 404/200) for not-yet-created
bundles, so deploy fell into the version-creation path against a missing
bundle and produced empty VERSION/UPLOAD_URL that slipped past the weak
"null" guard, failing the S3 upload step (exit 3).
Switch to POST /appbundles first, falling back to POST .../versions on 409.
Capture error bodies and guard empty values with `// empty` + `-z`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments