Zachary Fogg
Zachary Fogg
+1 would love this
> @zfogg can you check if you have the CLICOLOR_FORCE variable set? > > > > > CLICOLOR_FORCE Color sequences are normally disabled if the output isn't directed to a...
@hoiboiasdjflk i also experience this. it's a race condition i believe or something. i'll look into it in early jan.. a bit busy these days. thanks for logging this
@hoiboiasdjflk for the record, this only happens sometimes (often though). try restarting the server and changing ports a few times.
this is funky.. i think cacheBust is working for me but idk why.. i'll fork this and fix it if i need to!
i actually solve this here: https://github.com/zfogg/apollo-client-nextjs/blob/main/package/src/ssr/ApolloNextAppProvider.tsx (here's [a diff](https://github.com/apollographql/apollo-client-nextjs/compare/main...zfogg:apollo-client-nextjs:main)) i added a prop called "clientIndex" which is a string. if you change the value of the string, the apollo client...
in my app, makeClient runs before an auth token that the makeClient needs to authenticate with my API is available. during my login flow, i receive this token, and then...
basically, i want control over when the client is created because the client might depend on something that i get from a component that is rendered inside this wrapper. this...