API_MEDIA_STORAGE_UPLOAD_FAILED

The media byte upload to Convex file storage failed

MediaStorageUploadErrorHTTP 502ApiErrorKind

Thrown from

packages/errors/src/index.ts:1064
* throw new MediaStorageUploadError(503);
View ↗
apps/admin/src/lib/cms-actions/media-metadata.ts:92
throw new MediaStorageUploadError(response.status, 'original blob fetch for regeneration failed');
View ↗
apps/admin/src/lib/cms-actions/media-pipeline.ts:35
throw new MediaStorageUploadError(response.status);
View ↗
apps/admin/src/lib/cms-actions/media-pipeline.ts:39
throw new MediaStorageUploadError(response.status, 'byte sink response carried no storageId');
View ↗

On this page