Hi there I'm having some issues with the uinode af...
# ory-selfhosting
a
Hi there I'm having some issues with the uinode after following https://www.ory.sh/docs/kratos/guides/deploy-kratos-example Every action leads to
Copy code
{
  "id": "interal_server_error",
  "error": {
    "message": "An internal server error occurred. Please try again later.",
    "debug": {
      "name": "Error",
      "code": "ECONNREFUSED"
    }
  }
}
The public and admin API works when tested using Bruno. Can someone give me a hint where to start debugging?
g
can you show a sample of your kratos configuration file?
a
@gray-library-49237 found that the uinode.service settings where overwritten by nodemon.json... The nodemon.json had localhost:4455 and the service had 127.0.0.1:4455. The documentation doesn't mention the nodemon.json. I'll probably add a PR at some point.