I've had a very hard time upgrading react native version from 0.66.3 to 0.69.4. As always npx react-native upgrade was worthless, saying it couldn't update the files, so I have to do manually. After days of debugging, I finally was able to run the project. When I was trying to debug, I pressed the Debug with Chrome button on the device from devtools, and it froze. It just says Loading from Metro..., and nothing happens. When trying to reload from console, It just says 0/1, and immediately shows bundle in green like everything is fine. While frozen, I cannot trigger the devtools options to come up on the device. Tried flipper, but it was half working, half not, but when I saw how it displays logs (plaintext, no formatting), deleted it right away.
Is the react native support for chrome debugging removed? If not, is there a specific line/file where this issue could be possibly caused?