-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.77][Needs repro] Unable to launch React Native DevTools in newly upgraded app #49287
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@brianaderer thanks for the issue. Let me ask a few clarifying questions:
|
Hi Riccardo
Thanks yes I do press j. The dev window opens, but I don't get any console logs and cant connect the profiler. I am able to see all the files in the file inspector however. The issue is mostly the same with ios and android, although the messages I get differ slightly, please see above. But the behavior is identical.
Brian Aderer
senior full-stack developer
Python | PHP | React
(718) 514 0151 | ***@***.******@***.***> | brianaderer.com<https://brianaderer.com/>
…________________________________
From: Riccardo Cipolleschi ***@***.***>
Sent: Sunday, February 9, 2025 5:58 AM
To: facebook/react-native ***@***.***>
Cc: Brian Aderer ***@***.***>; Mention ***@***.***>
Subject: Re: [facebook/react-native] React Native Dev Tools not working with RN 77 (Issue #49287)
@brianaderer<https://github.com/brianaderer> have you tried to press j from the terminal that is running metro? What happens when you try that?
Are you running your app on a physical device or on a simulator/emulator?
Does the problem happens for both Android and iOS or is it limited to one platform?
—
Reply to this email directly, view it on GitHub<#49287 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF5USFGAXOABTG6YZY3S4UL2O4YFFAVCNFSM6AAAAABWX36KPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWGE3TKOJQGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Oh also, I'm using emulators. I didn't try it from physical devices in that config. Also worth noting, I was using the RN debugger in 0.76 and everything worked fine |
Hey @brianaderer, I tested this on a fresh React Native sample app using version 0.77.0, created with:
Tested on:
Attaching a video reference for your review. Screen.Recording.2025-02-10.at.12.32.45.PM.mov
As per this please check If you still face this issue. Please provide a valid reproducer. |
Hi @brianaderer, Is this continuing to reproduce? (Please check @shubhamguptadream11's reply above for sanity checking — although seeing
Since you were previously using the community
(Sidenote for maintainers/me: |
Summary: Motivated by facebook#49287. This improves on the less useful output of "fetch failed" currently. We expect failing to make a request to the dev server (made from the dev server!) to be a rare edge case, in which case we want to log as much info as possible. Changelog: [Internal] Differential Revision: D69395983
Summary: Pull Request resolved: #49295 Motivated by #49287. This improves on the less useful output of "fetch failed" currently. We expect failing to make a request to the dev server (made from the dev server!) to be a rare edge case, in which case we want to log as much info as possible. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D69395983 fbshipit-source-id: ee96d72ade5a887d190397c3b798a5b545152587
Description
No info in console. Eventually I get the following error:
Failed to open debugger for com.bevnote.somm725 (iPhone 16 Pro) (React Native Bridgeless [C++ connection]): fetch failed
RN Debugger worked in 0.76.2 before I upgraded. When I try to access it via 'd' in android I get:
INFO Opening Dev Menu...
INFO Launching DevTools...
WARN No compatible apps connected. React Native DevTools can only be used with the Hermes engine.
Steps to reproduce
React Native Version
0.77.0
Output of
npx react-native info
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: