fix: Prevent rw graphiql setup from breaking with encryptSession error#9582
Merged
dac09 merged 4 commits intoredwoodjs:mainfrom Nov 28, 2023
staticshock:fix-encryptSession
Merged
fix: Prevent rw graphiql setup from breaking with encryptSession error#9582dac09 merged 4 commits intoredwoodjs:mainfrom staticshock:fix-encryptSession
rw graphiql setup from breaking with encryptSession error#9582dac09 merged 4 commits intoredwoodjs:mainfrom
staticshock:fix-encryptSession
Conversation
staticshock
commented
Nov 28, 2023
| end_of_line = lf | ||
| insert_final_newline = true | ||
| charset = utf8 | ||
| charset = utf-8 |
Contributor
Author
There was a problem hiding this comment.
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.
Contributor
|
Thanks for the PR @staticshock! Looking at it now :) |
rw graphiql setup from breaking with encryptSession error
Contributor
|
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 |
Contributor
|
Applied changes to studio as well, thanks @staticshock for the PR and the well written (and analysed) issue ✌️ |
dac09
approved these changes
Nov 28, 2023
Contributor
Author
|
Thanks for the quick merge! |
jtoar
pushed a commit
that referenced
this pull request
Nov 29, 2023
…ror (#9582) Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
jtoar
pushed a commit
that referenced
this pull request
Nov 29, 2023
…ror (#9582) Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
jtoar
pushed a commit
that referenced
this pull request
Nov 29, 2023
…ror (#9582) Co-authored-by: Daniel Choudhury <dannychoudhury@gmail.com>
dac09
added a commit
that referenced
this pull request
Jan 22, 2024
…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) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9581