Getting Internal server error of CF pages

is there any maintenence window going? all my cf pages are 500.
18 Replies
typeandpixel
typeandpixel•5w ago
Same here, all Cloudflare Pages applications are failing with 500 errors across accounts.
Mr.Miss
Mr.Miss•5w ago
Same here, we just got 500 on all our pages this morning this is what we got on the logs
"logs": [
{
"message": [
"TypeError: Request with a GET or HEAD method cannot have a body."
],
"level": "error",
"timestamp": 1761190936938
}
],
"logs": [
{
"message": [
"TypeError: Request with a GET or HEAD method cannot have a body."
],
"level": "error",
"timestamp": 1761190936938
}
],
typeandpixel
typeandpixel•5w ago
That's the same error we're seeing. Request with a GET or HEAD method cannot have a body. Our last deployment was 38 days ago, the first log of this error was at Oct 23, 8:52 AM AEST this morning.
Oleg Isonen
Oleg Isonen•5w ago
something is going on, massive outage anyone contacted support yet?
typeandpixel
typeandpixel•5w ago
Not yet, opening a community topic now. Just created the following community topic. https://community.cloudflare.com/t/all-clouflare-pages-projects-failing-with-500-errors/849762
Chaika
Chaika•5w ago
https://www.cloudflarestatus.com/incidents/srj1939ly923 was created a bit ago. I'm guessing all your Pages Projects use a specific framework/setup that somehow triggered this
typeandpixel
typeandpixel•5w ago
Thanks for the update, @Chaika , we did see an incident was created. Our projects use Remix or React Router v7.
Chaika
Chaika•5w ago
my speculation was that Cf changed something to disallow those methods with bodies that wasn't properly gated but looks like it's always been blocked in normal fetches, maybe something else like Smart Placement causing issues. Eh, probably useless speculation, will just have to wait for CF team to fix Eitherway, the guarantees of Workers and Pages is that as long as you never move the compatibility date, your stuff should never break, so on the team to fix.
Kyzer
Kyzer•5w ago
Happening on next-on-pages as well Placement: Default Compatibility date: Aug 1st, 2025 Compatibility flags: nodejs_compact No deployments for 20days
typeandpixel
typeandpixel•5w ago
Agreed, that was my understanding too, thanks @Chaika .
xatxat
xatxat•5w ago
We are also getting these "TypeError: Request with a GET or HEAD method cannot have a body." status 500 errors in our rr7 project. happens over periods of a few minutes and then the error is sometimes gone again for a few minutes
Pawel
Pawel•5w ago
I'm experiencing the same issue for all my workers
xatxat
xatxat•5w ago
seems like they identified the source of the issue and are working on a fix 🤞 according to the status page, a fix has been implemented... but we are still seeing the error
pekings
pekings•5w ago
yes, we are still seeing the error too It seems to be getting better now. @xatxat what about yours
xatxat
xatxat•5w ago
yes, the last 30 minutes i didn't see the error anymore. but there were always some phases where it was fine in the last 3 hours
No description
xatxat
xatxat•5w ago
but let's hope it stays like this 🙂
Royal
Royal•5w ago
Just out of curiosity, does this issue only occur to react user?
Sabur Islam Limon
Sabur Islam LimonOP•4w ago
its solved.. all over i guess... and mine was a next js app.

Did you find this page helpful?