bun icon indicating copy to clipboard operation
bun copied to clipboard

network requests didn't work under cloudflare warp

Open vanodevium opened this issue 1 year ago • 4 comments

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

vanodevium avatar May 17 '24 06:05 vanodevium

Hi, I'm also experienced this. I'm on bun v1.1.10

billymosis avatar May 26 '24 10:05 billymosis

Can you try this in Bun v1.1.12?

Jarred-Sumner avatar Jun 06 '24 12:06 Jarred-Sumner

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

billymosis avatar Jun 06 '24 13:06 billymosis

Anyone fixed it yet?

iatomic1 avatar Aug 08 '24 10:08 iatomic1

Im facing this issue too, im using fedora 40 and bun 1.1.24

AgungBahtiarr avatar Aug 20 '24 09:08 AgungBahtiarr

image

I'm facing this issue too, 1.1.27. Fresh init with bun init, ctrl + c, bun install --verbose

farishan avatar Sep 18 '24 13:09 farishan

@Jarred-Sumner

imho, this problem is more global, not about warp only

vanodevium avatar Sep 19 '24 09:09 vanodevium