Replies: 2 comments 8 replies
-
Based on this message "body used already for", looks like you didn't clone the request body before reading it and passing it to Remix Auth. If you can, provide a reproduction repository with the code you used. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hey, I am working on a react js web app which has google Oauth but the client id I get from google just doesn't work, can someone here get me a client id through their email? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, recently after updating Remix and refactoring auth process I can't get user session. I followed this approach (first method): https://sergiodxa.com/articles/add-returnto-behavior-to-remix-auth and right know user's session contains something like this:
Oddly enough both, my CMS and used auth provider (Google and Facebook) returned correct data, so I'm a little bit confused why the session isn't populated.
I've also tried to commit the session manually like hier: https://github.com/sergiodxa/remix-auth#custom-redirect-url-based-on-the-user, but it didn't really solved the issue.
Beta Was this translation helpful? Give feedback.
All reactions