Hi,
I downloaded the .AppImage, ran it and I get the front end, open the project and in the log it says “Project opened… Use Share device”. So it all looks good.
However, when I try to open it just fails straight away, not even the app loading screen.
With the tunnel it just goes red saying cant create a tunnel back to localhost:19001. With LAN it says “Uncaught Error: Packager is not running at http:/…:19001”
Whats confusing me a little is in the expo URL its saying 19000 not 19001. I hazard a guess expo runs 2 servers? one for the logs / connection (19000) at the react native packager on 19001?
If I netstat I can see a running process listening on 19000, but nothing on 19001. If I switch protocol to http in my browser I get a json blob from 19000 in my browser.
Any ideas? The switch to linux solved my adb problems / I get the same errors on my virtual devices as I do on my phone which is nice.
Are there any more logs? I’m thinking /guessing here the package manager is dying / not starting up on 19001 but I cant see any logs.
Thanks for any help.