You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Intended outcome:
I am requesting a simple query on a graphcool server. I'm not sure that the problem is react-apollo, but always that is requested something with react-apollo de red screen is showed.
The query is performed with success, and everything works normally, but, this red screen is always showed
Actual outcome:
How to reproduce the issue:
export const ALL_CUSTOMERS_QUERY = gql`
query AllCustomersQuery {
allCustomers {
id
name
}
}
`;
Unfortunately, this is not something that we can reproduce in this repository with the information you provided. I encourage you to look to our slack channel or stackoverflow for some help. If you find a bug, a breaking test case as a PR is very helpful.
I think that I configured apollo-link-error and apollo-link-http wrong. I removed this packages and did a simple setup and it worked.
Thanks for response
Hey @chrise86, it was some wrong incompatible version. Try to delete all your npm_modules, cache. Update all your Apollo libs and try clean and rebuild :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Intended outcome:
I am requesting a simple query on a graphcool server. I'm not sure that the problem is
react-apollo
, but always that is requested something withreact-apollo
de red screen is showed.The query is performed with success, and everything works normally, but, this red screen is always showed
Actual outcome:
How to reproduce the issue:
Version
The text was updated successfully, but these errors were encountered: