We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
R2
3.3.0 [wrangler]
20.4.0
WSL Ubuntu 20.04.02 LTS
The Bucket is successfully bound to the worker as evident in the CLI upon running npx wrangler@3 dev.
npx wrangler@3 dev
When a fetch handler comes to the line: await env.MAPPER_BUCKET.put("test", "test");
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.
No response
The text was updated successfully, but these errors were encountered:
This seems to be the same as #3626, which seems to be caused by a node issue.
Sorry, something went wrong.
I can confirm that, downgrading to node:20.2 fixes the issue.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: