I'm trying to access my application on my phone by running it on my local network. When starting the React app there are two urls. One is localhost and the other one on my network.
I can access the application with the On Your Network URL when using the device that I'm running the app on, however, the problem is that I can't access it from any other device.
I tried to change the port, aswell as running: npm start --port 3000 --host 0.0.0.0
(with 0.0.0.0 being my ip address).
I get an error saying:
This site can't be reached. 0.0.0.0 (with 0.0.0.0 again being my ip address) took to long to respond.