Nipunn Koorapati
Nipunn Koorapati
May also be worth scouring digital ocean's API docs - perhaps there's a way to get it to do checksumming that is slightly different. Whatever you come up with -...
we did just update the AWS SDK versions very recently (not yet in the prebuilt docker image, but will appear if you build from source) https://github.com/get-convex/convex-backend/commit/d340923c43c7005204c77c530d56e4f7d5563e83 So it may be...
You could also consider in parallel - filing an issue with digital ocean spaces. See if they're willing to fix on their end.
#198 should fix / give you an environment variable to bypass this problem. Will go out with the next release (within a week or so)
This seems reasonable! I think we don't want to maintain the docker-compose just yet (eg the build process could change and it could go out of date), but we can...
https://github.com/search?q=repo%3Aget-convex%2Fconvex-backend%203211&type=code It's where the http actions port binds. Equivalent of the `.convex.site` https://docs.convex.dev/functions/http-actions
@emmaling27 and me merged this with 6af68da428f0dca3e168e08f7aa77b25f4bba40c and 71a3ac3a9f062c7f95732b383bbf34a4a891503a We're planning on doing more work to help improve this over time - including making the flows smoother, instructions better, documentation...
if you're finding this task in the future - you can likely get some support in the Convex discord in the #open-source channel. https://convex.dev/community
You can always use the HTTP API from any language https://docs.convex.dev/http-api/ Here's an example of someone using the http API from go. https://github.com/gautamg795/convex-golink/blob/422634e28d2cd5eb97ce9f5adf3b86209cb08156/convex.go There's not yet full first-class support including...
Upgrading the internal CLI for vercel would work as a bandaid fix. Would work in the short term, but for sure the problem would crop up again as future TS...