question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GET request body failing to parse

See original GitHub issue

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!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:32 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
SupremeTechnopriestcommented, Oct 7, 2021

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

0reactions
mrbbotcommented, Oct 28, 2021

@SupremeTechnopriest Let’s open a new issue. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

ably-js: "Unable to parse request body" error when publishing ...
Due to how JSONP works, when publishing, the message body is included in the url, which is injected into the src attribute of...
Read more >
Could not parse request body into json: Unexpected character ...
I just got stuck with this today. your mapping template is: { "name": "$input.params('name')" }. AWS uses AWS Velocity templates, which; ...
Read more >
Unable to parse response body - Opster
Some users have reported the “Unable to parse response body” error when bulk indexing a huge volume of data. This happens because Elasticsearch...
Read more >
Error : Failed to parse JSON request content - OutSystems
When I am sending multiple values in a json format as request in the post man i am getting below error. {. "Errors":...
Read more >
Api always returns Failed to parse request body, content-type ...
I am writing a python program to update my DNS records via the api. However when every I make a request to update...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found