Loading
fix(sync): fallback to individual upload on 403 Forbidden
The batch endpoint returns 403 Forbidden when it's not available or accessible on the server. Previously only 404 errors triggered fallback to individual uploads, causing all batches to fail with 403. Now treats 403 the same as 404: - Automatically falls back to individual session upload - Individual uploads use the standard endpoint which works - Prevents mass failures when batch endpoint is unavailable This fixes the issue where 1,208 sessions failed due to batch 403 errors while individual uploads would have succeeded. Log output will now show: 'Batch returned 403, falling back to individual upload for batch X'