What versions & operating system are you using?
wrangler ^4.24.3
Please provide a link to a minimal reproduction
No response
Describe the Bug
I think wrangler is attempting to make requests (e.g. back to cloudflare) when it's run, these are fine on a fast connection and fine with no internet (I assume the connection failure is caught silently), but on a slow connection this can seriously delay using wrangler. Including commands run very regularly like wrangler dev.
To make matters worse, there's no loading icon while these requests are being made.
You should:
- minimise these calls
- provide a config switch to disable them
- show a loading spinner
- have a time out (e.g. 1s) on these requests
cc @threepointone - for once I'm creating an issue instead of complaining on twitter 😺
Please provide any relevant error logs
No response
What versions & operating system are you using?
wrangler ^4.24.3
Please provide a link to a minimal reproduction
No response
Describe the Bug
I think wrangler is attempting to make requests (e.g. back to cloudflare) when it's run, these are fine on a fast connection and fine with no internet (I assume the connection failure is caught silently), but on a slow connection this can seriously delay using wrangler. Including commands run very regularly like
wrangler dev.To make matters worse, there's no loading icon while these requests are being made.
You should:
cc @threepointone - for once I'm creating an issue instead of complaining on twitter 😺
Please provide any relevant error logs
No response