react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

All requests fail when enabling Network Inspect

Open ghasemikasra39 opened this issue 5 years ago • 9 comments

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] Screenshot 2020-06-26 at 17 44 18

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

ghasemikasra39 avatar Jun 26 '20 13:06 ghasemikasra39

I am seeing something similar. Using graphql, my requests succeed, but the debugger is swallowing the response

monjohn avatar Jul 05 '20 15:07 monjohn

Also getting this problem. Turning network request on whilst debugging seems to terminate the request.

Using v0.11.4, React Native 0.62.2

sypl avatar Sep 03 '20 11:09 sypl

Hi @monjohn @sypl @ghasemikasra39, any updates? I have the same issues. I'm using v0.11.5 and React Native 0.63.3

annaostapenko22 avatar Dec 04 '20 17:12 annaostapenko22

Same issue here. This one touches one of the most awesome features of this tool: knowing if your app is requesting the right stuff

pbassut avatar Jan 12 '21 02:01 pbassut

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.

ghasemikasra39 avatar Jan 12 '21 10:01 ghasemikasra39

I'm also facing the same issue. any solution to it? @jhen0409

Nehal-Sanklecha avatar Jul 04 '22 06:07 Nehal-Sanklecha

I'm still getting this problem with the latest version with React Native 0.69.7...

drager avatar Jan 03 '23 09:01 drager

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

oualid-cher avatar Mar 22 '23 01:03 oualid-cher

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.

VadymVashchuk avatar Sep 05 '23 12:09 VadymVashchuk