Admin check not working post SSR

Due to the admin check validation using the requesters IP address, the backend is now detecting the config GET request to be.

We have a couple options:

  1. Bypass SSR for admins
  2. Configure Nginx to pass through the client IP. Nginx is already doing this for PHP so it might be more complicated than it seems.