I’m getting a CORS error when trying to fetch a JSON file from Vercel Blob Storage. I'm fetching from a Framer site using their Fetch functionality. The console error message says:
Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.
The browser blocks the request due to preflight issues.
- Set up a Vercel Blob with .json file
- Attempt to fetch the origin
- Observe the CORS error
Blob URL: https://591qwi72as9qsy9j.public.blob.vercel-storage.com/latest_listings.json
