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
1.0.27+d49cb0b98
Darwin 22.1.0 arm64 arm
I have upgraded to Canary (1.0.27) and got this problem in debugger
I think it's an issue with bun's h2 parser
This is the headers sent to @grpc/grpc-js, same in node
I patched locally the grpc-js converting manually authorization header and firestore has been working
No response
The text was updated successfully, but these errors were encountered:
Fixes #8940
0780748
Fixes #8940 (#8957)
a6acb25
Co-authored-by: Jarred Sumner <[email protected]>
null is not an object
Couldn't serialize object
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.0.27+d49cb0b98
What platform is your computer?
Darwin 22.1.0 arm64 arm
What steps can reproduce the bug?
I have upgraded to Canary (1.0.27) and got this problem in debugger
I think it's an issue with bun's h2 parser
This is the headers sent to @grpc/grpc-js, same in node
What is the expected behavior?
I patched locally the grpc-js converting manually authorization header and firestore has been working
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: