-
Notifications
You must be signed in to change notification settings - Fork 373
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
bun.sh grpc-js :: undefined is not an object (evaluating 'error.stack.split') :: what am I missing? #2300
Comments
I found a few problems with this issue:
|
I got this issue as well |
I thought Bun wasn't going to work with grpc yet because of missing HTTP2 support? Might be related to your issue. Hope they support it soon though! |
I got the same issue. Thank goodness I googled the error since the stack trace didn't point to the line of code throwing the error. |
I'm getting another bun error, not 100% sure if it's related: |
I'm having this exact same issue as well when trying to use the |
Firebase Admin SDK requires a full Node.js runtime and currently not supported on other alternative JS environments. |
Yeah seems to me like this should be a bun.js issue and not here. They're the ones 'promising' full node compability. |
Agreed. There is a discussion ongoing there already regarding this. |
Ditto here... unable to use the firebase-admin SDK for firestore. |
I'd want to use bun.sh but not being able to use firebase-admin really is blocking |
Any ideas on when this might be fixed. I'm trying to use the Google Vision API but it seems like this is a problem with it to. This has totaly blocked the development of a big feature for us. |
Just because this is first on google, but please do checkout the discussion on bun's repo oven-sh/bun#4746 TL;DR: If you’re curious here is a nice rabbit hole to go down |
Things are improving (with improved http2/gRPC support in bun.sh 1.0.14) but firestore snapshots are still hanging. |
Still experiencing this issue using the google pubsub emulator on bun 1.0.15 |
same for |
Still seeing this on bun |
Trying to run a post build script after build on Vercel with command
This occurs when calling the
|
I am still not able to use
is that issue related to that or am I missing something here ? |
same here!!!!! |
I'm facing the same issue. I was really hoping to switch from Node to Bun, but it's turned into a blocker for me. 😸 |
try now to update your projects bun version to 1.1 |
Can confirm |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
I'm testing out bun and I can't do a basic get() on a collection. What am I missing?
Steps to reproduce:
index.ts
Run
The text was updated successfully, but these errors were encountered: