This repository has been archived on 2026-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
wedding-app/apps
Claude a27782e4de
fix: use path-style URLs for R2
The presigned PUT URLs were missing the bucket name (only the key),
so R2 read 'uploads' as the bucket, returned a 404 with no CORS
headers, and the browser reported it as a CORS failure. Switch to
path-style so the URL becomes
<account>.r2.cloudflarestorage.com/wedding-media/<key>, which R2
recognizes and applies the bucket's CORS policy to.

https://claude.ai/code/session_01TPBqgcSJMppgrpiq7fLywL
2026-05-04 02:35:10 +00:00
..
api fix: keep upload pending until /confirm 2026-05-04 02:21:27 +00:00
web fix: use path-style URLs for R2 2026-05-04 02:35:10 +00:00