Hello everyone! I hope you are all doing alright. ...
# ory-selfhosting
g
Hello everyone! I hope you are all doing alright. We are having issues with the batch import endpoint on our self-hosted Kratos. According to 1.3.0 patch notes, Kratos now allows partially failing batch inserts However, while the response now indeed lists valid inserts (with the associated UUID) and the failed inserts individually, the valid identities does not seems to be inserted in our database if one (or more) insert failed. Is this a known issue? Or is it somehow related to our setup? We are running Kratos 1.3.1 with a 16.1 PG database. Thanks! 🙏
Looks like this is a known bug indeed : https://github.com/ory/kratos/pull/4211 Guess we will wait for release 1.3.2 👍