Please provide the following:
- SDK Version: 4.0.15
- Platforms(Android/iOS/web/all): all
I’m trying to get the Expo debug server running on my EC2 instance such that it can be accessed via my phone; both of them are obviously on different networks. I tried modifying packager-info.json
to change the ports only to realize that that file is generated dynamically. I went ahead and opened TCP ports on both 19000 and 19002 only to realize there’s no way to change the interface. I then proceeded to use the --tunnel
option, but it’s been giving me this a few warnings followed by a fatal error:
Tunnel URL not found (it might not be ready yet), falling back to LAN URL.
Tunnel URL not found (it might not be ready yet), falling back to LAN URL.
ValidationError: "urlType" must be one of [exp, http, redirect, no-protocol]