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.

I haven’t seen that before, but it does look like a bug to me. It’s a bit hard to debug with the current amount of info available, but if you could open a new bug report over on the GitHub repo our team can take a look and resolve this :slight_smile: