[wrangler:err] TypeError: Parsing a Body as FormData requires a Content-Type header.
I believe this error is happening at
Any advice would be appreciated.
request.formData() below and I'm just trying process the request from a basic html form with a few input fields and has theapplication/x-www-form-urlencoded content-type header, so I'm not sure why its throwing the errorAny advice would be appreciated.
