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
Both of these should work - are you sure that cookies().get(CookieEnum.LANG)?.value returns something? Could you log that?
Also, generally I'd recommend to move the links into registerApolloClient, and you have to do the new InMemoryCache call inside of registerApolloClient, or you will leak potentially sensitive data between users.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
I am trying to set some headers on the query inside RSC, I have tried two methods but with no luck.
What I expect is to set the locale headers properly
The text was updated successfully, but these errors were encountered: