miniflare: GET request body failing to parse

With an API we are building on Cloudflare Workers we support setting a body on a GET request. It works when it’s deployed on a Cloudflare Worker, however we don’t get any response from await event.request.json() with miniflare.

Thanks for building this awesome tool!

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 3
  • Comments: 32 (14 by maintainers)

Most upvoted comments

@dan-lee Yeah I think those are to be expected and safe to ignore. Glad we figured it out!