Sayan De
Sayan De
Hey can I help you?
I am not getting authorization in headers in the apollo server context! The Error in next.js console  My ENV.. Note: I have not generated any envs...
yes , I logged it and it was available and it is working fine with the server component Server Component ``` import { cookies } from "next/headers"; import { ApolloClient,...
I generated the secret key and still getting `DataError: Invalid key length` The only thing different from my code and docs is ```javascript const httpLink = new HttpLink({ uri: typeof...
I kept my own generated key in `SECRET_KEY` as well as in `SECRET_KEY_VAR` Strangely while using `SECRET_KEY` as env, it shows the example ` "..." ` environment variable, but while...
Everything working well except the context. The function `getAuthLink` is not running either on client or on the server side.. I checked it by doing console.log ```javascript const getAuthLink =...
Now everything seems good, I am following the same code as this https://github.com/apollographql/apollo-client-nextjs/issues/281#issuecomment-2057927433. why the headers are not sent to the Apollo server? My apollo server ```javascript app.use( "/graphql", cors({...
can work on this.. if approved .. assign me
Hey Guys check this until then https://gist.github.com/sayandedotcom/cfd39848edd55a2955b2a5efea99dc8e