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
I was able to fix this error by starting the web server with https. Add HOST=192.168.1.2 HTTPS=true to the start command in package.json. Be sure to replace 192.168.1.2 with your local IP address.
It should look like this: "start": "HOST=192.168.1.2 HTTPS=true react-scripts start",
I was able to get it working with both a physical Android phone and also an emulated phone using Genymotion.
Description
Connections fail with an Android Emulator when running locally.
Reproduction Steps
yarn && yarn start
http//:<ip-address>:3000
.Error
The text was updated successfully, but these errors were encountered: