For some reason I am occasionally getting this error on my local development environment:
I20230216-16:45:30.307(5)? Server running on local
I20230216-16:45:31.023(5)? Monti APM: Connected
W20230216-16:45:51.983(5)? (STDERR) C:\Users\mike\AppData\Local\.meteor\packages\meteor-tool\2.10.0\mt-os.windows.x86_64\dev_bundle\server-lib\node_modules\fibers\future.js:313
W20230216-16:45:51.983(5)? (STDERR) throw(ex);
W20230216-16:45:51.985(5)? (STDERR) ^
W20230216-16:45:51.985(5)? (STDERR)
W20230216-16:45:51.985(5)? (STDERR) Error: connect ETIMEDOUT 3.5.154.185:443
W20230216-16:45:51.985(5)? (STDERR) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16) {
W20230216-16:45:51.986(5)? (STDERR) errno: -4039,
W20230216-16:45:51.986(5)? (STDERR) code: 'ETIMEDOUT',
W20230216-16:45:51.986(5)? (STDERR) syscall: 'connect',
W20230216-16:45:51.987(5)? (STDERR) address: '3.5.154.185',
W20230216-16:45:51.987(5)? (STDERR) port: 443
W20230216-16:45:51.987(5)? (STDERR) }
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.
Any idea why am I suddenly getting this error now?