Upload failed
complete
T
Tonnage Member ae6257
## Summary
Trying to upload a video but it says that I already have one uploaded (I don’t)
## Context
Page:
/history/8e41b6be-35f5-4419-a5e1-093dcc7d54a1
## Steps to Reproduce
Either during a workout or editing after, upload a video to go with exercise
## Expected Behavior
Video uploads
## Actual Behavior
Says video is already uploaded and only 1 per with free version. However no video is uploaded.
Tonnage
marked this post as
complete
Identified and fix the issue, this should be resolved in production now.
Broken:
- Failed/canceled uploads could leave a stale video record.
- That stale record was incorrectly counted as the free-tier “1 video.” per exercise limit.
Fixed:
- Only real, usable videos now count toward the limit.
- Abort/cleanup now reliably removes pending/stale upload records.
- Added safeguards/tests so S3 abort errors don’t block cleanup.
Tonnage
marked this post as
under review