create-react-native-app icon indicating copy to clipboard operation
create-react-native-app copied to clipboard

Uncaught Error: java.net.SocketTimeoutException: failed to connect to /192.168.0.102 (port 19000) - Doubt on security

Open jareesh opened this issue 3 years ago • 2 comments

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 https://github.com/expo/create-react-native-app/issues/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.

jareesh avatar Feb 27 '22 08:02 jareesh

Follow the steps.

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

MahmoudAbdullahAnani avatar Nov 01 '23 10:11 MahmoudAbdullahAnani