Running expo bundler for react native in tunnel mode with expo start --tunnel
only works the first time I run it after a fresh restart of my computer. Then, if for some reason I close the cmd prompt that is tracking expo and open another, running the same command gives this error:
Error starting tunnel could not connect to TCP port 5562: cannot connect to 127.0.0.1:5562: No connection could be made because the target machine actively refused it. (10061)
I think there has to be an easy way to resolve this since restarting works. Does anyone know where to start?
I've checked the following threads to no avail: