Replies: 1 comment 1 reply
-
I suppose i could just use request.clone() in the clientAction. Didn't realize that existed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to follow this guide by @sergiodxa:
https://sergiodxa.com/tutorials/validate-form-in-remix-with-clientaction
However, when trying to implement both a
clientAction
and serveraction
that readsformData
, I get this error:Request.text: Body has already been consumed.
Is there a way to allow
formData
to be read in both without causing this issue?Beta Was this translation helpful? Give feedback.
All reactions