Would be great if for debugging purposes we could somehow forcefully bind to a production bucket wit

Would be great if for debugging purposes we could somehow forcefully bind to a production bucket with wrangler dev --remote, if I try to do that right now I get the following error:

"[ERROR] In development, you should use a separate r2 bucket than the one you'd use in production. Please create a new r2 bucket with "wrangler r2 bucket create <name>" and add its name as preview_bucket_name to the r2_buckets "R2_ASSETS_PUBLIC" in your wrangler.toml file"

It makes sense, but would be great to explicitly allow to bypass this.
Was this page helpful?