apollo-link-token-refresh icon indicating copy to clipboard operation
apollo-link-token-refresh copied to clipboard

Network error: forward is not a function

Open batmanhit opened this issue 5 years ago • 2 comments

When I am trying to use this with @nuxtjs/apollo's preAuthLinks option, I am getting the following error.

image

batmanhit avatar Nov 11 '20 09:11 batmanhit

Please, provide some more information, so the maintainer of this repository can actually solve your issue. Just providing a console log is not reproducible.

Rocamonde avatar Jan 26 '21 19:01 Rocamonde

That's usually a sign you're using the link as a terminating link. Make it so it isn't the last link in the chain.

c10b10 avatar Jan 28 '21 13:01 c10b10