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?
{
"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)