Hi, we are using cloudflare pages plans (business) and I am facing a problem that seems to come directly from cloudflare.
I have already done all the necessary checks to verify that the problem is not from our side (at least partially).
as you can see in the order of the images, cloudflare pages (ORIGIN) is responding correctly, however in the EDGE I get 503, 504 errors randomly especially when the request comes from earlyHintsCache, however I have disabled it and I still have this problem.
Errors 499, 503 are properly logged in WAF, however error 504 is not logged in WAF, it is as if it never happened.
I have about 5 rules applied especially cache, I have added the website in development mode and also the problem occurs, I have tried to move the api to closer places and also occurs.
my flow is as follows:
request->web[astrojs]->fetch(graphql[backend-in-aws])->user
the problem has been going on since day 3, nothing has been modified since that day.