You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: java.net.SocketTimeoutException: failed to connect to /192.168.0.102 (port 19000) from / 192.168.0.100 (port 42950) after 10000ms #876
This issue is already resolved at #876
By changing my "wifi settings from public to private in Windows" it worked for me. But i wanted to know if this is secure? Is there a more secure way of doing this, because my lan has number of devices connected.
The text was updated successfully, but these errors were encountered:
1.) Turn on USB Tethering & USB Debugging Mode in your mobile.
2.) Connect your mobile to your laptop through USB.
3.) Now just change the ip address (run "ipconfig" in cmd) from your backend code
On my linux machine, it was a firewall problem. I resolved it by telling my firewall to allow connections from my phone's IP to the ports that expo exposes its dev server on (8081 in my case)
sudo ufw allow from 192.168.97.97 to any port 8081
Uncaught Error: java.net.SocketTimeoutException: failed to connect to /192.168.0.102 (port 19000) from / 192.168.0.100 (port 42950) after 10000ms #876
This issue is already resolved at #876
By changing my "wifi settings from public to private in Windows" it worked for me. But i wanted to know if this is secure? Is there a more secure way of doing this, because my lan has number of devices connected.
The text was updated successfully, but these errors were encountered: