Reputation: 1
i have an app built with expo and i have custom dev client. I'm using npx expo start --dev-client --tunnel
command to run app. I need tunnel option to be able to connect to dev client via public url, but it seems like it generates invalid url, because i'm getting following error
java.lang.IllegalArgumentException:
Invalid input to toASCIl:
4Igmz_k-omendilly-8081.exp.direct
i tried running app in local and it's working just fine, but when i'm running exactly the same command with --tunnel
flag, it's throwing an error
Upvotes: 0
Views: 188