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
We have 2 clients on our React Native app, the first one uses Provider and the second one just gets passed as a variable to some functions. The offlineExchange doesn't seem to work for the second one, and we can't figure out why.
Then we fully close the app, and reopen it without a connection. The request fails:
And the explorer tab doesn't list any result for tenant, it does have results from the cache for the requests of the other client.
Any tips on how we can try to figure out what is wrong or things we could try to change?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have 2 clients on our React Native app, the first one uses
Provider
and the second one just gets passed as a variable to some functions. TheofflineExchange
doesn't seem to work for the second one, and we can't figure out why.Here is the client:
And we use it in this function:
That calls this query
With the variables
Then we fully close the app, and reopen it without a connection. The request fails:
And the explorer tab doesn't list any result for
tenant
, it does have results from the cache for the requests of the other client.Any tips on how we can try to figure out what is wrong or things we could try to change?
Beta Was this translation helpful? Give feedback.
All reactions