Weird Bug

Hey! I'm running into a thing that I think is a bug. When a I run a request to my worker hosted in CF my service works correctly but when I try to do it in localhost I get the following error and in html
<html>

<head>
<title>400 Bad Request</title>
</head>

<body>
<center>
<h1>400 Bad Request</h1>
</center>
<hr>
<center>cloudflare</center>
</body>

</html>
<html>

<head>
<title>400 Bad Request</title>
</head>

<body>
<center>
<h1>400 Bad Request</h1>
</center>
<hr>
<center>cloudflare</center>
</body>

</html>
2 Replies
Pato
Pato16mo ago
also when I try to log something it doesn't even log And its only with this request its a DELETE it cant have a body? it used to work before yep it used to work, I wouldn't have deployed it other wise but let me try with a post yep, that fixed it weird, but thanks! I see, thanks!
kian
kian16mo ago
There's two open issues on wrangler for it It's in the 'should be fixed for dev backlog' pile