bun
bun copied to clipboard
network requests didn't work under cloudflare warp
What version of Bun is running?
1.1.8
What platform is your computer?
Linux 6.5.0-28-generic x86_64 x86_64
What steps can reproduce the bug?
Install cloudflare warp
Then
sudo warp-cli register
sudo warp-cli connect
Then even bun install or any network actions will not work.
If you disable warp (sudo warp-cli disconnect), bun network actions work perfect.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Hi, I'm also experienced this. I'm on bun v1.1.10
Can you try this in Bun v1.1.12?
Can you try this in Bun v1.1.12?
Still unable for me, only when warp-cli connected
$ bun add is-odd --verbose
bun add v1.1.12 (43f0913c)
Loaded 118 hoisted_dependencies
Loaded 233 resolutions
Loaded 233 dependencies
Loaded 4 extern_strings
Loaded 10381 string_bytes
Enqueue package manifest for download: is-odd
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
[PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] [PackageManager] waiting for 1 tasks
🔍 Resolving [1/1] ^C
Anyone fixed it yet?
Im facing this issue too, im using fedora 40 and bun 1.1.24
I'm facing this issue too, 1.1.27.
Fresh init with bun init, ctrl + c, bun install --verbose
@Jarred-Sumner
imho, this problem is more global, not about warp only