Failed to use remote binding for R2 in EU jurisdiction
Following this release a few days ago, I went to try remote bindings for R2 but I'm getting this error:
Things I've done to try to fix this:
- I've double checked that bucket exists
- I've tried with both wrangler and vite. They both give the same error
- Run
wrangle login again
- Create a bucket without EU jurisdiction. And this works!
So it seems that this feature doesn't work with buckets in EU jurisdictionCloudflare Docs
Remote bindings public beta - Connect to remote resources (D1, KV, ...
You can now connect to R2 buckets, D1 databases, and other resources running on Cloudflare, while running your Worker's code locally, on your own machine.
1 Reply
Found the answer! https://discord.com/channels/595317990191398933/1381786299773616168/1381787739569131591
Adding
"jurisdiction": "eu" fixed it!