react-native-debugger
react-native-debugger copied to clipboard
All requests fail when enabling Network Inspect
React Native Debugger app version: [0.10.6]
React Native version: [0.62.2]
Platform: [IOS]
Is real device of platform: [platform]
Operating System: [macOS]

System:
OS: macOS 10.15.3
CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Memory: 31.07 MB / 8.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.13.1 - ~/.nvm/versions/node/v12.13.1/bin/node
Yarn: 1.22.4 - ~/Documents/youpendo-app-bareworkflow/node_modules/.bin/yarn
npm: 6.12.1 - ~/.nvm/versions/node/v12.13.1/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.9.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
Android SDK:
API Levels: 28, 29
Build Tools: 28.0.3, 29.0.2
System Images: android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6392135
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_232 - /usr/bin/javac
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: ^4.8.0 => 4.10.0
react: 16.11.0 => 16.11.0
react-native: 0.62.2 => 0.62.2
npmGlobalPackages:
*react-native*: Not Found
I am seeing something similar. Using graphql, my requests succeed, but the debugger is swallowing the response
Also getting this problem. Turning network request on whilst debugging seems to terminate the request.
Using v0.11.4, React Native 0.62.2
Hi @monjohn @sypl @ghasemikasra39, any updates? I have the same issues. I'm using v0.11.5 and React Native 0.63.3
Same issue here. This one touches one of the most awesome features of this tool: knowing if your app is requesting the right stuff
Dear @annaostapenko22
I am still facing this issue on both macOS BigSur and Windows 10 pro, on latest version version of React Native 0.63.4.
I'm also facing the same issue. any solution to it? @jhen0409
I'm still getting this problem with the latest version with React Native 0.69.7...
i was having the same issue and i was having my backend started locally changing localhost to my ip address solved the problem. wish that could help
Just fased same error. If network inspect is on, some requests with formData fail with different errors (422, 500, etc.). When I off network inspect - everything works fine.