hmm im having a similar issue but with a more cursed flavour.
CLI:
npx convex dev
this command either just hangs, or spits this error(s):
variant 1:
Fetch failed, is https://badleagueplayer.convex.cloud correct? Retrying...
Variant 2:
Unexpected error when authorizing - are you connected to the internet?
✖ TypeError: fetch failed
Unexpected Error: AggregateError
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
AggregateError [ETIMEDOUT]:
at internalConnectMultiple (node:net:1134:18)
at internalConnectMultiple (node:net:1210:5)
at Timeout.internalConnectMultipleTimeout (node:net:1742:5)
at listOnTimeout (node:internal/timers:607:11)
at process.processTimers (node:internal/timers:541:7)
Tried this command on CLI as well.
npx convex network-test
Error: ✖ FAIL: Network test timed out after 30s.
Browser Test: