-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis v4 config problem & solution (so you don't have to sweat) #53
Comments
Thank you! I found the determining thing for me that got it to work was passing in legacyMode: true into createClient. |
Thanks! I went through stack overflow and asked a lot of questions to chat gpt. But this is the only one that worked. :) |
I still get this error:
in yarn dev console. Here's my code:
My tsconfig:
I appreciate any help |
Found the fix : |
@mhd-hi, how did the link help? what did you do differently. i have similar issue. Thanks |
When installing Redis @ 1:41h and testing the auth cookie, graphql will crash. This is because the new version of Redis (v4) doesn't support the code from the tuturial. The codeblock below will fix this. You can find the full documentation here: https://www.npmjs.com/package/connect-redis
The text was updated successfully, but these errors were encountered: