Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when deploying to users Cloudflare #3

Open
lukekarrys opened this issue Nov 5, 2024 · 0 comments
Open

Error when deploying to users Cloudflare #3

lukekarrys opened this issue Nov 5, 2024 · 0 comments

Comments

@lukekarrys
Copy link
Member

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:

  1. Create a DB in Cloudflare and use that database_name and database_id in config
  2. Create an R2 bucket, you will not be able to use _ (underscore) in the name, and use that name in the config
  3. Remove placement as it cannot be used with assets, it's primarily for worker and anyways was erroring out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant