facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.26k stars 952 forks source link

Unable to Debug React Native default (new) App in Chrome Debugger because of flipper this waring Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system to handle the 'flipper://' URL scheme. #5511

Open omprakashcs01 opened 3 months ago

omprakashcs01 commented 3 months ago

🐛 Bug Report

When attempting to open the new react native app default app and trying to debug in Chrome debugger, users encounter an error message stating in terminal: "Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system to handle the 'flipper://' URL scheme." This prevents users from efficiently debugging their React Native apps using Chrome Debugger through Flipper.

To Reproduce

Sure, here are the steps you provided converted into a numbered list:

  1. Open a new React Native application in development mode.
  2. Start the application and ensure it's running on a device or simulator.
  3. try to open debugger (CLT+M) in Android simulator to open Chrome debugger browser.
  4. after getting warring Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system to handle the 'flipper://' URL scheme.**
  5. Unable to Navigate to the Chrome Debugger tool.
  6. Unable Attempt to connect to the running React Native app for debugging.

Environment

React Native Latest version 0.73

image

loshithch commented 3 months ago

I am also getting same waring

Screenshot 2024-03-16 at 2 03 44 PM
Asadaial commented 3 months ago

I am Also getting same issue react-native:0.73.6 device: android

image image

and this gets happend after commenting line number 60 below image

adarshbuopso commented 2 months ago

getting same issue

Kishore0297 commented 2 months ago

getting same issue

Yi-debug commented 2 months ago

getting same issue

mateoLorenzo commented 2 months ago

Same here </3

yashbhalodiya24 commented 2 months ago

how can I install flipper in android[windows]

saniaayoub commented 2 months ago

going through same error :/

asgarPeerbits commented 1 month ago

Same i am also facing the same issue

adarshbuopso commented 1 month ago

Install this version as this version is working windows: https://github.com/facebook/flipper/releases/download/v0.220.0/Flipper-win.zip Mac: https://github.com/facebook/flipper/releases/download/v0.220.0/Flipper-mac.dmg

mateoLorenzo commented 1 month ago

This solved the problem for me: https://reactnative.dev/docs/debugging

image