Eric Burel
Eric Burel
@KurtGokhan `createServerContext` seems undocumented, link I've found: https://stackoverflow.com/a/74311552/5513532 I've tried to check how Next.js internally implement headers and cookies (because this is technically request-level context), it's using [async_hooks](https://nodejs.org/api/async_hooks.html) from Node...
Might need to merge https://github.com/VulcanJS/Vulcan/pull/2389 before we fix this
Got bitten very hard by this, cross-posting issue on a similar package: https://github.com/IronGeek/vscode-env/issues/12
After further investigation, this is probably a parser issue and not a plugin issue. "dotenv" implementations are expected to support inline comments and scrap them correctly. @pinksynth can you maybe...
> Would this fix #38302? it should yes, I've closed my initial PR that was just a try to write some tests in favour of this one
> @craigcbrunner It will be partially fixed in #44 (should be merged soon). It will provide API for server-side rendering components using react-apollo-hooks. It won't support SSR for components using...
Ok after more investigation this issue seems stale. `useQuery` in itself is fine, but Apollo v3 is in beta version and people are experiencing silently failing SSR a lot https://github.com/apollographql/react-apollo/issues/3678
See #228 I am currently trying the same thing, edited the title for searchability
See https://github.com/hoangvvo/next-connect/issues/228
@oliviertassinari just for the record I am not sure about the example in the readme of this lib, more info here : https://github.com/manvalls/server-only-context/issues/4 But on the top of my head,...