You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Radon IDE v0.0.21
Expo v51, React Native v0.74.5
Using Cursor v0.42.4 on macOS
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: