Skip to content
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

network requests didn't work under cloudflare warp #11136

Open
vanodevium opened this issue May 17, 2024 · 3 comments
Open

network requests didn't work under cloudflare warp #11136

vanodevium opened this issue May 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@vanodevium
Copy link

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 vanodevium added the bug Something isn't working label May 17, 2024
@billymosis
Copy link

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

@Jarred-Sumner
Copy link
Collaborator

Can you try this in Bun v1.1.12?

@billymosis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants