-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled error Network error #14970
Comments
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
@hramos actually i found this error on internet failure during screen navigation with react-native-router-flux.
I found this Error "Unhandled error Network error: Network request failed Error: Network error: Network request failed |
@hramos Found this Error , |
@haris-ramzan Did you ever resolve this issue? |
Same here. "react-apollo": "2.0.4", |
Is this a bug?
Unhandled error Network error: Network request failed Error: Network error: Network request failed
at new ApolloError ()
Environment
react-native
:0.44.0react-apollo
:1.1.1apollo-client
:1.0.4Steps to Reproduce
Expected Behavior
Component should render without data and errors received through props. The same when its a query error or some kind of http error.
Actual Behavior
The Red screen occur on failure of internet connection with this error "Unhandled error Network error: Network request failed Error: Network error: Network request failed
at new ApolloError ()"
The text was updated successfully, but these errors were encountered: