i am running a copy of <https://github.com/ory/kra...
# talk-kratos
a
i am running a copy of https://github.com/ory/kratos-selfservice-ui-node (about 30 days old) I built and deployed on a k8 cluster. I also am running kratos v 0.10.1 on the same cluster. within the same cluster I am also hosting my own front end app I am building in nextjs(following along your nextjs example to help me out). and i am running a second kratos pod for that application. They are both pointing to the same mysql database. I can register and log in on both fine and since i am using the same database they seem to be acting nicely with one another. but when it comes to changing settings (in this case the first name) for both stacks I am getting an error when i try to update. any thoughts - is there something wrong with my settings?
Copy code
{
  "code": 500,
  "status": "Internal Server Error",
  "message": "unable to fetch from source: /path/to/body.jsonnet: open /path/to/body.jsonnet: no such file or directory"
}
i looked at the logs ... the relevant ones are attached... I am having difficulty deciphering the stack trace - (i don't know go well)
l
the error about jsonnet file not found is coming from your kratos yml configuration, this is a placeholder value that you need to change
a
doh! -- Silly me I was going to start experimenting with webhooks. I cut and pasted into my settings from the template and didn't comment it out.
Thanks ! @loud-spoon-23770 🙂