Replies: 1 comment 5 replies
-
Hi @supernes I can't reproduce it. If you want to have help, please share the minimal project, such as on GitHub, to reproduce it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I'm having some trouble with a very basic script and wanted to see if I'm doing something wrong before filing a bug report.
I have a CF Pages project set up with Vite for the frontend, and I'm using Hono for routing in the CF Function (Worker). I'm testing it locally with
wrangler pages dev
:GET requests work without issue. The problem is that every time the POST handler executes, I get an error in the
wrangler
console:The error appears twice if I uncomment the lines parsing and logging the request body.
Tested with POST requests both from the browser and cURL.
Is there a problem with the way I've set things up or is this unintentional behavior?
Beta Was this translation helpful? Give feedback.
All reactions