Ben
CDCloudflare Developers
•Created by Ben on 1/22/2025 in #workers-help
Getting 200ms latencies from a hello world worker in Perth, Australia
Hello I have a basic hello world worker and it takes 200ms to respond. There is a cloudflare datacenter in Perth, and cdns work properly (less than 30ms latencies).
Maybe there is something wrong with workers in that data center?
3 replies
CDCloudflare Developers
•Created by Ben on 1/22/2025 in #general-help
has instant purge been released yet?
1 replies
CDCloudflare Developers
•Created by Ben on 7/29/2024 in #workers-help
wrangler dev --local refuses connection after invoking tRPC requests on macos
Hello. We have a very bizarre issue with macos.
When we run wrangler in dev mode initially everything works, but after hit some endpoints with tRPC, wrangler breaks.
Then I cannot fetch anything from wrangler, and the console isn't saying anything. It just refuses the connect. This only happens on our macos machine, the linux machine works fine. Additionally --remote mode works fine.
1 replies
CDCloudflare Developers
•Created by Ben on 3/24/2024 in #workers-help
No matching export in for import "WebSocketPair" even though I see the type.
I have a weird error where when I run wrangler it doesn't see the export of the WebSocketPair type even though I see the exported type in the file the log is referencing.. Also, other types work like "DurableObjectState"
Here is where is it messing up:
Here is my package.json:
2 replies