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

🐛 BUG: Local R2 .put() hangs while the put operation seems to succeed #3688

Closed
DominikBB opened this issue Jul 29, 2023 · 2 comments
Closed
Labels
bug Something that isn't working

Comments

@DominikBB
Copy link

DominikBB commented Jul 29, 2023

Which Cloudflare product(s) does this pertain to?

R2

What version(s) of the tool(s) are you using?

3.3.0 [wrangler]

What version of Node are you using?

20.4.0

What operating system are you using?

WSL Ubuntu 20.04.02 LTS

Describe the Bug

The Bucket is successfully bound to the worker as evident in the CLI upon running npx wrangler@3 dev.

When a fetch handler comes to the line:
await env.MAPPER_BUCKET.put("test", "test");

The execution hangs, and subsequently the request times out.

I can see that the file is actually successfully put into a .wrangler/r2... local file.

No error logs are reported in the CLI or anywhere evident.

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@robbertvanginkel
Copy link

This seems to be the same as #3626, which seems to be caused by a node issue.

@RamIdeas RamIdeas closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2023
@github-project-automation github-project-automation bot moved this from Untriaged to Done in workers-sdk Aug 12, 2023
@Zerebokep
Copy link

I can confirm that, downgrading to node:20.2 fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
None yet
Development

No branches or pull requests

4 participants