Closed iamandrewluca closed 4 months ago
Name | Link |
---|---|
Latest commit | ec5d2679ce582bbc46d76d5739275b182dd76c94 |
Latest deploy log | https://app.netlify.com/sites/apollo-module/deploys/663b9e330f82ba00089847d2 |
Is anyone available to look into this PR?
cc @Diizzayy
At first glance, you may think that
proxyCookies
should only enable/disable if the cookies from the client should be sent to the GraphQL server and should have nothing to do with theAuthorization
header, but in realityproxyCookies
will also make to completely also strip away theAuthorization
header which comes from the token variable.At the moment, we fixed this using a patch in node_modules.