Skip to content

Why my FormsStrategy is not findind the forms value #159

Answered by sergiodxa
thitemple asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is you read the request body before passing the request to Remix Auth, the body of a request can only be read once, if you want to read it before you must clone it first.

Also, all of your code in the action could go inside the FormStrategy.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thitemple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants