-
Notifications
You must be signed in to change notification settings - Fork 731
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: bucket.put() doesn't resolve in wrangler local mode on node@20 #3626
Labels
bug
Something that isn't working
Comments
Hey! 👋 Thanks for raising this. I think this may be caused by nodejs/node#48668, which was introduced in Node 20.4.0. It looks like Node 20.3.0 doesn't reproduce this issue, so I'd stick with that for the time being. I'll close this issue, since there's not much we can do until Node fixes this. |
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 14, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 17, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 17, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 17, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 17, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 17, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Aug 17, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Sep 5, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Sep 5, 2023
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Sep 9, 2023
We switched to Node 18 as part of #623, to get around cloudflare/workers-sdk#3626. Now that Miniflare's simulators are implemented as Durable Objects, we no longer hit the erroneous Node code paths, so can switch back to version 20.
mrbbot
added a commit
to cloudflare/miniflare
that referenced
this issue
Oct 5, 2023
We switched to Node 18 as part of #623, to get around cloudflare/workers-sdk#3626. Now that Miniflare's simulators are implemented as Durable Objects, we no longer hit the erroneous Node code paths, so can switch back to version 20.
mrbbot
added a commit
that referenced
this issue
Oct 31, 2023
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which Cloudflare product(s) does this pertain to?
R2
What version(s) of the tool(s) are you using?
3.2.0 [Wrangler]
What version of Node are you using?
20
What operating system are you using?
Linux
Describe the Bug
Never actually resolves and also doesn't throw any errors, but I can see it writes to file.
Methods like
bucket.list()
work fine,It occurs only in local mode on node@20 (node@18 and deployed version works fine).
Please provide a link to a minimal reproduction
https://github.com/Rei-x/r2-bug-repro
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: