Ben
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