Form data error
why do i get invalid body error even it has correct content-type header
i am using honojs as backend
7 Replies
are you sure
e.target
is valid data?
casting is almost never a good idea
also, how are you reading the form data?yup
i tried this way also
How are you reading the form data (server-side)?
Checks out. I assume you’re not reading the body in middleware
Have you tried using
c.formData
, just for scienceit got solved when i remove 'Content-type' of multipart
is it issue with honojs?
try logging the request headers. it might get added automatically when you use
FormData