Open
Description
Copied from a Discord post.
[ERROR] A request to the Cloudflare API (/accounts/4b54166944d7a83d02caba401aec0cad/workers/scripts/vsr/versions) failed.
workers.api.error.r2_binding_error: bucket "vsr_local_bucket" encountered "The specified bucket
name is not valid." [code: 10136]
And what they did to fix it:
- Create a DB in Cloudflare and use that
database_name
anddatabase_id
in config - Create an R2 bucket, you will not be able to use
_ (underscore)
in the name, and use that name in the config - Remove
placement
as it cannot be used with assets, it's primarily for worker and anyways was erroring out.
Activity