Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Remote Debugger shows cached bundles in Chrome

Tags:

react-native

When I'm trying to use Remote JS Debugging in Google Chrome shows Cached Bundles. See the image below.

Remote Debugger UI Screenshot:
Remote Debugger UI Screenshot

On my emulator its not connecting to remote debugger. Android Emulator Screenshot
Android Emulator Screenshot

Is there anyone who encountered this problem?

I'm using React Native Version 0.47.

Thanks in advance.

like image 313
Dyeyson De los Reyes Avatar asked Mar 06 '18 12:03

Dyeyson De los Reyes


3 Answers

If you use Chrome, clear cache from browser and reload app from react native. This fix my issue :)

like image 157
nicolascanto Avatar answered Oct 11 '22 22:10

nicolascanto


Get rid of that final forward slash and it should kick you to the normal debug window. I'm running 64.0.3282.186 version of Chrome and this works for me. However, I know someone who says they get force redirected to the address with the forward slash, so I hope you're not in that boat.

like image 26
mdcone Avatar answered Oct 11 '22 22:10

mdcone


To fix the error, you need to clear your cache in chrome and it will work again.

like image 3
Dyeyson De los Reyes Avatar answered Oct 12 '22 00:10

Dyeyson De los Reyes