Patch Request Blocking (520 Error)

Hey guys, i have a python fastapi web server, it has a bunch of methods, put, get, post and a single patch method

for some reason, my patch request is being blocked by cloudflare and not going to my server, and after a while, it throws 520 error saying "Web server is returning an unknown error Error code 520"

But i've monitored my web server live as i tried, the PATCH request is not even coming to my webserver

My domain is pointing at my VPS via an A record
Was this page helpful?