mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
formData can only be Strings or Buffers - anything else will cause errors. To help matters, we now look for invalid types and json-encode them where needed.