Description
When running the app it gets stuck on "Waiting for app to load...", and the debug output logs "App is taking very long to boot up, it might be stuck. Device preview URL: http://127.0.0.1:58631/stream.mjpeg". If I open that link I can see a screenshot of the app and it looks like its working fine. I don't receive any other errors.
If I add "preview": { "waitForAppLaunch": false } to my launch config it loads fine but I cant use the inspector.
Thanks for reporting. This is likely an issue with connecting to the debugger. Would you be able to provide more logs that come before the message you shared?
Description When running the app it gets stuck on "Waiting for app to load...", and the debug output logs "App is taking very long to boot up, it might be stuck. Device preview URL: http://127.0.0.1:58631/stream.mjpeg". If I open that link I can see a screenshot of the app and it looks like its working fine. I don't receive any other errors.
If I add
"preview": { "waitForAppLaunch": false }
to my launch config it loads fine but I cant use the inspector.Environment