-
Notifications
You must be signed in to change notification settings - Fork 370
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
[Firestore] RangeError thrown on Node version 22.7.0 #2688
Comments
I found a few problems with this issue:
|
The problem also doesn't happen on Node 22.6.0 |
This might be happening in bun as well, where |
downgrading to node v20 fixed the issue |
Hey folks, this is due to a bug in Node It should be fixed in I am closing this issue since this does not require any changes to the SDK. |
wow thanks. |
Description of the problem
Accessing the firestore API throws a
RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds
Steps to reproduce:
Any access like:
const snapshot = await db.collection("...").get();
for examplethrows this error.
This problem didn't happen on Node 22.4.0.
Stack trace
The text was updated successfully, but these errors were encountered: