Missing part ${part.number} data);




Access to XMLHttpRequest at 'https://BUCKET.ACCOUNT_ID.r2.cloudflarestorage.com/key/whatever.mov?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=whatever&X-Amz-Date=20250303T104239Z&X-Amz-Expires=3600&X-Amz-Signature=whatever&X-Amz-SignedHeaders=host&x-amz-acl=public-read&x-amz-checksum-crc32=AAAAAA%3D%3D&x-amz-sdk-checksum-algorithm=CRC32&x-id=PutObject' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.[
{
"AllowedOrigins": [
"http://localhost:3000"
],
"AllowedMethods": [
"GET",
"PUT"
]
}
]