Help! Error Converting circular structure to JSON

Anyone seen this beauty before??

https://admin.schedlio.com/server/health

Gives me:

{

  "errors": [

    {

      "message": "Converting circular structure to JSON\n    --\u003E starting at object with constructor 'Object'\n    --- property 'issuerCertificate' closes the circle",

      "extensions": {

        "code": "INTERNAL_SERVER_ERROR"

      }

    }

  ]

}

Everything else seems to be working fine. Another instance on the same server, both at same directus version, shows an ok status.