Hi have deployed the kratos using through kubernet...
# ory-selfhosting
g
Hi have deployed the kratos using through kubernetes. And, It was working perfectly but suddenly after sometime I got this error on 1st click and then after reloading again 2-3 times then the ui was rendered properly. Is there any config that I am missing
This is the error message
Copy code
{
  "id": "404",
  "error": {
    "config": {
      "url": "<http://kratos-service:4433//self-service/registration/flows?id=bf615275-272c-4fa7-b2a0-f0ecbdf15280>",
      "method": "get",
      "headers": {
        "Accept": "application/json, text/plain, */*",
        "Cookie": "csrf_token_fdaa819dae0b7f0d11e377209fececfd56735943052dabfa1afb787741087f5e=CGGKiAvCWc+z/xEaEkHUbUukDG52ekn3mBKTkQmgUPE=",
        "User-Agent": "axios/0.21.4"
      },
      "transformRequest": [
        null
      ],
      "transformResponse": [
        null
      ],
      "timeout": 0,
      "xsrfCookieName": "XSRF-TOKEN",
      "xsrfHeaderName": "X-XSRF-TOKEN",
      "maxContentLength": -1,
      "maxBodyLength": -1,
      "transitional": {
        "silentJSONParsing": true,
        "forcedJSONParsing": true,
        "clarifyTimeoutError": false
      }
    },
    "code": 500
  }
}
m
Hello @green-jewelry-10349 hard to say what is going on from the error message alone. Ideally you share a repository with clear steps on how to reproduce the error. If that is not possible, please add some more information - maybe this is best solved through a github discussion? Did you check existing github discussions if anything is relevant to your problem? https://github.com/ory/kratos/discussions?discussions_q=kubernetes+ • What version have you deployed, • are you using Kratos in production • how are you running Kratos exactly