I have a React application using Relay and a remote GraphQL server. When I start the webpack server, I get the latest circuit and pass it to the babel-relay-plugin plugin.
It works fine ... unless I make a circuit change. React or Relay or webpack appears, or something caches the scheme, because I get the error of checking the scheme in the browser console when the application starts. However, when I run the query manually against the GraphQL server using GraphIQL, the query succeeds. So it had to be some kind of cache on the reaction side, the relay, the webpack that I think of?
Things I tried:
- List item
- Web page server restart
- Removing
node_modules and npm install - I even tried restarting my computer (which actually worked, but may be a coincidence)
Thanks in advance for your help.
postalservice14
source share