-
Notifications
You must be signed in to change notification settings - Fork 993
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
fix: Prevent rw graphiql setup
from breaking with encryptSession error
#9582
Conversation
@@ -7,7 +7,7 @@ root = true | |||
[*] | |||
end_of_line = lf | |||
insert_final_newline = true | |||
charset = utf8 | |||
charset = utf-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Err, this is unrelated, but didn't seem worth its own PR. Let me know if y'all disagree and I'll turn it into a separate PR.
Thanks for the PR @staticshock! Looking at it now :) |
rw graphiql setup
from breaking with encryptSession error
Thanks @staticshock - setup working correctly, however I think we also need the same change in Are you able to verify that the session is being impersonated in studio when you run |
Applied changes to studio as well, thanks @staticshock for the PR and the well written (and analysed) issue ✌️ |
Thanks for the quick merge! |
…ror (#9582) Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
…ror (#9582) Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
…ror (#9582) Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
…nario-multiple-tests * 'main' of github.com:redwoodjs/redwood: (21 commits) fix(deps): update dependency @whatwg-node/server to v0.9.18 (#9602) fix(deps): update dependency @apollo/client to v3.8.8 (#9600) chore: update yarn.lock chore(deps): update dependency @playwright/test to v1.40.1 (#9599) chore(deps): update dependency @supabase/supabase-js to v2.39.0 (#9603) fix(deps): update dependency @clerk/clerk-sdk-node to v4.12.22 (#9601) chore(deps): update dependency @clerk/clerk-react to v4.28.1 (#9598) fix(deps): update storybook monorepo to v7.6.2 (#9597) RSC: Generate a route manifest (#9592) chore(private-set): Wrap profile page in <PrivateSet> instead of Private (#9575) add documentation on mocking useParams in component test (#9284) Update Typescript to 5.3.2 (#9589) RSC: Refactor build process (#9588) fix(crwa): clarify docs to avoid issues in yarn modern installs (#9579) fix: Prevent `rw graphiql setup` from breaking with encryptSession error (#9582) fix: Remove "god code" typos from auth READMEs (#9583) Experimental Dockerfile: Fix typo in setup command (#9577) fix(streaming-ssr): Fixes running the streaming server using rw serve (#9558) 9316/update mantine setup (#9388) chore: clean up `RouteParams` type test structure (#9573) ...
Fixes #9581