One page on out admin system returns a 502 error
Ray ID: 508b5133f8c6dc37 • 2019-08-19 10:06:54 UTC
There is nothing wrong with the severer, no error entries in any log. if i pause
Cloudflare then the page works perfectly. The server is dedicated server hosted by RackSpace.
Art the bottom of the error page it says to submit to the support team but it is not clear how to do that.
I should like to disable the whole admin sub folder from Cloudflare. I set up a rule to by pass caching for https://mysite/admin/* but this has had no effect whatsoever. Nor has turning off the “apps”
It’s extremely rare to get the 502 error page with a Ray ID without anything showing up at your host. In such a situation, the 502 does come from your hosting, which is why Cloudflare showed the error. Sometimes it’s a firewall doing this.
The problem seems to be that at the end of the update page the code redirects the browser back to the original page. This does not seem to be an unusual activity.
Outside of Cloudflre I get a 302 and then a 200 and the page is displayed correctly.
In Cloudflare I get a 520
I have tried changing the response codes of the redirect to no avail.
I do not feel it is possible to change the admin system to remove the redirects as theya re used extensively.
So my question are.
a) is it possible to fix this without making extensive changes to the admi system
b) if not how can i remove the entire admin folder from Cloudflare. Currently I have a page rule for “…/admin/*” to bypass cache and disable apps but this does stop
the page caching.