All site API requests return Error 400.

Hi everyone, Just installed the latest version of AWX (17.1.0) and I have it behind a Nginx reverse proxy and Cloudflare access, the problem is whenever I open up the AWX site, login and try to go to any of the submenus, It returns an API error, I’ve been trying to figure out why this is but for the life of me nothing works… Error is OPTIONS /api/v2/job_templates/ 400, Screenshot of error: https://jamo.tech/5jd4jfor1jr8.png

Also, the details button on the error doesn’t return anything other than “OPTIONS /api/v2/job_templates/ 400”, I have tried taking it off of Cloudflare Access thinking maybe their CORS policy was blocking it, and had no luck with that, I’ve also took a look through the awx_web container logs and there’s nothing there either, it shows all requests as being status code 200 so I’m quite lost.

Does your reverse proxy support or terminate HTTP/HTTPS? maybe your’e sending a http request to a [tower] https service?
Otherwise you might need to do something with REMOTE_HOST_HEADERs - https://docs.ansible.com/ansible-tower/3.8.2/html/installandreference/proxy-support.html#ir-proxy-support