Recent content by tooboredtocode

  1. T

    proxmox gui not working properly

    So, adding an additional proxy, nginx for me, apparently fixes everything. really weird
  2. T

    proxmox gui not working properly

    Here is an image of the full failed request and a succeeding one on the right, if that helps
  3. T

    proxmox gui not working properly

    also regrading both things, i've checked and yes both work
  4. T

    proxmox gui not working properly

    And the following are the json responses when I try to hit the endpoints manually (same order as before): { data: null, success: 0, message: "Method 'GET /nodes/prod01/lxc/901/status/start' not implemented", status: 501 } { data: null }
  5. T

    proxmox gui not working properly

    I get the following errors in the console when i try to do those things. 1st is trying to start a container and 2nd is trying to use a console.
  6. T

    proxmox gui not working properly

    I have recently secured my proxmox cluster with teleport. However since I did that, my gui hasn't been working properly. For example console windows will always display a 501 error or trying to modify any container or vm would display a connection error, with on perfectly working node (both can...