-
Notifications
You must be signed in to change notification settings - Fork 10
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 deploying bonsol manifest.json with Cloudflare R2: Binary mismatch issue #108
Comments
hmm, i wonder if its some kinf of compression issue, could you share the full urls to me? |
Hi! I believe the issue might be related to URL formatting. The original S3 URL was always parsed as With the #110 , it can now specify a custom endpoint if needed. |
there is a bug in the cli now where yo uare required to add other deployment args , this will be fixed soon. |
saw your endpoint pr very nice |
Description
I am attempting to deploy a
bonsol
manifest.json
using Cloudflare R2 as the S3-compatible storage. The bucket region and URL settings are configured correctly. However, I encountered the following error during deployment:P.S. also happen when using iDrive e2
Steps to Reproduce
bonsol202412
us-east-1
https://***.r2.cloudflarestorage.com/bonsol202412
Error Message
Expected Behavior
The manifest and binary should be successfully uploaded to the specified bucket on Cloudflare R2 without mismatch errors.
Actual Behavior
The deployment fails with an error stating that the binary uploaded does not match the local binary.
Environment
Additional Information
Would appreciate any guidance or fixes for this issue!
The text was updated successfully, but these errors were encountered: