react native expo dev client tunnel generates invalid url

28 Views Asked by At

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

error screenshot

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

0

There are 0 best solutions below