So I have weird issue, I’m experimenting with custom app and one of my drivers just refuses to “load” when used with install
but works perfectly fine with run
.
What I mean by that is that I cannot enter the pairing process because the driver seems to be forever loading in the browser, and I cannot “click” it to move forward. It’s the first view after selecting the app (before entering onPairListDevices).
When I set up device with the app executed via run
and then install
the app, then the result is that the device shows “app unavailable”.
What’s super strange is that I have two drivers, and only one behaves like that. The second one works perfectly in both cases. It’s also possible to add a device to an app executed with run
, and then it works with install
, too (and the other way around, too).
There are 0 logs in the app that would allow me to debug that issue further, and I’m somewhat stuck.
Does anyone have any ideas?