You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this if the value is on req.body, then it gets parsed.
I do a formdata post, and the fieldname is exercise[muscles] which is an array, but it's not on req.body (it's {})... So it never gets passed as an array, but a comma separated string..
The text was updated successfully, but these errors were encountered:
According to this if the value is on
req.body
, then it gets parsed.I do a formdata post, and the
fieldname
isexercise[muscles]
which is an array, but it's not onreq.body
(it's{}
)... So it never gets passed as an array, but a comma separated string..The text was updated successfully, but these errors were encountered: