omfj
omfj
Explore posts from servers
CDCloudflare Developers
Created by omfj on 5/29/2024 in #workers-help
Worker can't bind to EU bucket
When deploying my worker it says it finds the bucket, but when I then go to the settings of the worker in the dashboard it says there is no R2 buckets bound to the worker. If I try to update the environment variables of the worker I get the following error message: "workers.api.error.bucket_not_found (Code: 10085)". Any idea why this is?
...

[[r2_buckets]]
binding = "R2"
bucket_name = "avatars"
jurisdiction = "eu"

...
...

[[r2_buckets]]
binding = "R2"
bucket_name = "avatars"
jurisdiction = "eu"

...
2 replies