Hi team, I'm using this Hydra version ``` reposit...
# ory-selfhosting
t
Hi team, I'm using this Hydra version
Copy code
repository: <http://livcr.io/docker/oryd/hydra|livcr.io/docker/oryd/hydra>
  tag: v1.11.10
and in some login calls I'm getting this error intermittently.
Copy code
{
  "audience": "application",
  "error": {
    "message": "conn closed"
  },
  "http_request": {
    "headers": {
      "accept": "*/*",
      "accept-encoding": "gzip, deflate",
      "content-length": "93",
      "content-type": "application/json",
      "sentry-trace": "00-cce6865a24a447cd932a9c24f4cfa6c7-a45c65bb36702c47-00",
      "user-agent": "python-requests/2.27.1",
      "x-b3-sampled": "1",
      "x-b3-spanid": "1878e7db53776fd0",
      "x-b3-traceid": "ccad1b18f5aeda9874d3e88ec902e38d"
    },
    "host": "hydra",
    "method": "PUT",
    "path": "/oauth2/auth/requests/login/accept",
    "query": "Value is sensitive and has been redacted. To see the value set config key \"log.leak_sensitive_values = true\" or environment variable \"LOG_LEAK_SENSITIVE_VALUES=true\".",
    "remote": "10.39.33.238:60862",
    "scheme": "http"
  },
  "http_response": {
    "status_code": 500
  },
  "level": "error",
  "msg": "An error occurred while handling a request",
  "service_name": "Ory Hydra",
  "service_version": "v1.11.10",
  "time": "2024-08-22T08:34:56Z"
}
Can anyone help me when this error comes ? Please find the url in this response and tell me if any other info is required