Strange return when trying to access dashboard

Hi Everyone,

I’m not really sure why I’m getting this returned and what I should do to fix it. Whenever I try and access/login to my dashboard, I get this…

{
  "/": {
    "GET": {
      "path": "/"
    }
  },
  "/fallback": {
    "GET": {
      "noValidation": true,
      "path": "/fallback"
    },
    "POST": {
      "noValidation": true,
      "path": "/fallback"
    }
  },
  "/fallback/*": {
    "GET": {
      "noValidation": true,
      "path": "/fallback/*"
    },
    "POST": {
      "noValidation": true,
      "path": "/fallback/*"
    }
  },
  "/instances/:instance/config_ini": {
    "GET": {
      "validation": {
        "queries": {
          "secret": {
            "isRequired": false
          },
          "version": {
            "isRequired": false
          }
        },
        "resources": {
          "instance": {
            "isRequired": true
          }
        }
      },
      "path": "/instances/:instance/config_ini"
    }
  },
  "/instances/:instance/config_plugins": {
    "GET": {
      "validation": {
        "queries": {
          "secret": {
            "isRequired": false
          }
        },
        "resources": {
          "instance": {
            "isRequired": true
          }
        }
      },
      "path": "/instances/:instance/config_plugins"
    }
  }
}

Any ideas?

Thanks

Hello,

We made some changes to the ingress controllers on this cluster a few days ago, and some of the error handling didn’t work the way that we expected, so certain types of requests didn’t hit the proper backend after failing. We applied a fix yesterday, and I just double checked that your instance is working again. Please let us know if you have any other problems.

Thanks!