Network inspect not working in v0.10.5
See original GitHub issueReact Native Debugger app version: 0.10.5 React Native version: 0.59.10 Platform: iOS Is real device of platform: No Operating System: macOS 10.15.1
Related to #376 and #365, a recent update to react-native-debugger
has stopped the network inspect output from showing.
The network inspect output was working fine on a previous version with the same react-native
version.
It also happens with Android and also happened before I updated to macOS Catalina.
Downgrading to v0.9.14 causes network inspect to work again (https://github.com/jhen0409/react-native-debugger/issues/423#issuecomment-555666247, but incidentally #423 still occurs on v0.9.14).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:11
Top Results From Across the Web
How can I view network requests (for debugging) in React ...
Right click and select 'Enable Network Inspect' Enabling Network Inspect ... Not sure if you need to disable CORS in Chrome to make...
Read more >Network Management - Dokku Documentation
The network:exists command will return non-zero if the network does not exist, and zero if it does. Checking network info. New. Introduced in...
Read more >README — vintage_net_wifi v0.11.1 - HexDocs
WiFi network interfaces typically have names like "wlan0" or "wlan1" when using ... If you do not want VintageNetWiFi to generate a wpa_supplicant.conf...
Read more >Docker Engine release notes
This document describes the latest changes, additions, known issues, ... Versions of docker scan before v0.11.0 are not able to detect the Log4j...
Read more >Changelog - The Official Escape from Tarkov Wiki - Fandom
Fixed several issues leading to bots getting stuck;; Fixed incorrect ergonomics indication of the M1A rifle while in the inspect menu;; Fixed the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
have been getting this when using standard fetch for a while now, downgrading doesn’t seem to fix it. Not only does it not show the response but network requests fail as soon as I enable it.
edit: providing a bit more info fetch returns _bodyText: “[object Blob]” when network inspect is enabled which is the same as https://github.com/jhen0409/react-native-debugger/issues/382. However the issue still stands that I can’t see the responses with network inspect enabled.
@russpitre I’m fairly certain the root issue is caused by the overridden XHR calls that I mentioned here: https://github.com/jhen0409/react-native-debugger/issues/432#issuecomment-569184047
Even if you’re not using Apollo/GraphQL, the problem likely has to do with when you are initializing whatever request library you are using.