How to refresh JWT using Apollo GraphQL in Remix (SSR)
Has anyone figured out how to refresh a JWT using Remix and Apollo Client?
Throwing an error from Apollo setContext and catching in onError
I’m trying to throw an error from within a setContext
call and have that error caught by the onError
link within Apollo. The problem is that it seems onError
is never triggered when the error is thrown.