-
Notifications
You must be signed in to change notification settings - Fork 84
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
@connectrpc/connect-node fails with bun #877
Comments
Hey! It's great to see connect usage with newer runtimes like bun. But unfortunately I don't think there's anything we can do to make this work, this has to be resolved in bun. The bun issue you linked seems to the one to follow. |
@erikreppel please file this issue in Bun’s repository. If it works in Node but doesn’t work in Bun, it’s a bug in Bun. |
I realize this issue is closed, but it wasn't clear if it was resolved or not. I was on my way to try I tested using
|
Describe the bug
connect-node currently does work with
bun
likely due to an outdated dependency (see this issue: oven-sh/bun#5122)Would be great to be able to use
connect
withbun
!To Reproduce
Follow the node getting started (https://connectrpc.com/docs/node/getting-started/#start-a-server) using
bun
instead ofnode
If you encountered an error message, please copy and paste it verbatim.
If the bug is specific to an RPC or payload, please provide a reduced
example.
Environment (please complete the following information):
v18.18.0
(bun version1.0.6
)If your problem is specific to bundling, please also provide the following information:
The text was updated successfully, but these errors were encountered: