Open
Description
Hi,
If I refresh the page vue-apollo seems to be stuck in a loading state, never resolving even after there is a network response from the server. I even tried with turning the server off so it would get an immediate connection refused and it still is stuck in a "loading" state. I can see the browser throwing a network error but get no errors from vue-apollo. However if I go to another link on the site (using vue-router) then everything starts working properly and data starts loading or errors are thrown as appropriate. I'm not sure if this is a problem with vue-apollo or apollo client.
Thanks!