software-mansion / radon-ide

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.
https://ide.swmansion.com
Other
985 stars 33 forks source link

App is taking very long to boot up, it might be stuck #682

Open aidankinzett opened 2 weeks ago

aidankinzett commented 2 weeks ago

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

kmagiera commented 1 week ago

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?